Searched refs:currentPacketLen (Results 1 – 1 of 1) sorted by relevance
103 size_t currentPacketLen = 0; in Assemble() local165 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()