Home
last modified time | relevance | path

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

/libbtbb/lib/src/
H A Dbluetooth_packet.h64 uint8_t transport; member
H A Dbluetooth_packet.c356 void btbb_packet_set_transport(btbb_packet *pkt, uint8_t transport) { in btbb_packet_set_transport() argument
357 pkt->transport = transport; in btbb_packet_set_transport()
361 return pkt->transport; in btbb_packet_get_transport()
H A Dbtbb.h107 void btbb_packet_set_transport(btbb_packet *pkt, uint8_t transport);