Home
last modified time | relevance | path

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

/device/linaro/hikey/bluetooth/
Dhci_protocol.cc34 size_t HciGetPacketLengthForType(HciPacketType type, const uint8_t* preamble) { in HciGetPacketLengthForType() argument
36 if (type != HCI_PACKET_TYPE_ACL_DATA) return preamble[offset]; in HciGetPacketLengthForType()
37 return (((preamble[offset + 1]) << 8) | preamble[offset]); in HciGetPacketLengthForType()
Dhci_packetizer.cc35 size_t HciGetPacketLengthForType(HciPacketType type, const uint8_t* preamble) { in HciGetPacketLengthForType() argument
37 if (type != HCI_PACKET_TYPE_ACL_DATA) return preamble[offset]; in HciGetPacketLengthForType()
38 return (((preamble[offset + 1]) << 8) | preamble[offset]); in HciGetPacketLengthForType()
/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c141 bool preamble; member
394 if (state->tx.preamble) { in stmI2cSlaveTxNextByte()
1074 state->tx.preamble = false; in i2cSlaveTx()
1077 state->tx.preamble = true; in i2cSlaveTx()
/device/linaro/poplar/wifi/wifi_hal/
Drtt.cpp435 rttParams[i].preamble); in createSetupRequest()