Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp103 size_t currentPacketLen = 0; in Assemble() local
165 currentPacketLen = bluetoothDevice->fExpectedPacketSize[type]; in Assemble()
169 currentPacketLen = bluetoothDevice->fExpectedPacketSize[type] - nbuf->size; in Assemble()
172 currentPacketLen = min_c(currentPacketLen, count); in Assemble()
174 gBufferModule->append(nbuf, data, currentPacketLen); in Assemble()
208 count -= currentPacketLen; in Assemble()
209 data = (void*)((uint8*)data + currentPacketLen); in Assemble()