Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp98 Assemble(bluetooth_device* bluetoothDevice, bt_packet_t type, void* data, in Assemble() argument
101 net_buffer* nbuf = bluetoothDevice->fBuffersRx[type]; in Assemble()
114 bluetoothDevice->fExpectedPacketSize[type] in Assemble()
117 if (count >= bluetoothDevice->fExpectedPacketSize[type]) { in Assemble()
120 btCoreData->PostEvent(bluetoothDevice, data, in Assemble()
121 bluetoothDevice->fExpectedPacketSize[type]); in Assemble()
125 bluetoothDevice->fExpectedPacketSize[type]); in Assemble()
126 bluetoothDevice->fBuffersRx[type] = nbuf; in Assemble()
141 bluetoothDevice->fExpectedPacketSize[type] = HCI_ACL_HDR_SIZE in Assemble()
146 bluetoothDevice->fExpectedPacketSize[type]); in Assemble()
[all …]