Home
last modified time | relevance | path

Searched defs:packetType (Results 1 – 7 of 7) sorted by relevance

/btstack/platform/daemon/binding/java/src/com/bluekitchen/btstack/
H A DPacket.java12 protected int packetType; field in Packet
31 public Packet(int packetType, int channel, byte[] buffer, int payloadLen){ in Packet()
H A DSocketConnectionTCP.java73 int packetType = Util.readBt16(inHeader, 0); in receivePacket() local
/btstack/platform/daemon/binding/java/android/com/bluekitchen/btstack/
H A DSocketConnectionUnix.java72 int packetType = Util.readBt16(inHeader, 0); in receivePacket() local
/btstack/port/mtk/LEScan/src/com/bluekitchen/btstack/
H A DSocketConnectionUnix.java72 int packetType = Util.readBt16(inHeader, 0); in receivePacket() local
/btstack/port/mtk/SPPClient/src/com/bluekitchen/btstack/
H A DSocketConnectionUnix.java72 int packetType = Util.readBt16(inHeader, 0); in receivePacket() local
/btstack/chipset/sx128x/SMTC_Drivers/sx1280-driver-c/
H A Dsx1280.c228 void SX1280SetPacketType( RadioPacketTypes_t packetType ) in SX1280SetPacketType()
1207 RadioPacketTypes_t packetType = PACKET_TYPE_NONE; in SX1280ProcessIrqs() local
H A Dsx1280.h924 …RadioPacketTypes_t packetType; //!< Packet to which the packet status ar… member
1020 …RadioPacketTypes_t packetType; //!< Packet to which the packet status are… member