Home
last modified time | relevance | path

Searched refs:BluetoothRXPort (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp61 BluetoothRawDataPort* BluetoothRXPort; variable
93 return BluetoothRXPort->Trigger(code, data, count); in PostTransportPacket()
418 BluetoothRXPort = new BluetoothRawDataPort(BT_RX_PORT_NAME, in bluetooth_std_ops()
421 if (BluetoothRXPort->Launch() != B_OK) { in bluetooth_std_ops()