Searched defs:length (Results 1 – 5 of 5) sorted by relevance
/libbtbb/wireshark/plugins-legacy/btatt/ |
H A D | packet-btatt.c | 412 guint8 length = tvb_get_guint8(tvb, offset); in dissect_btatt() local 475 guint8 length = tvb_get_guint8(tvb, offset); in dissect_btatt() local 531 guint8 length; in dissect_btatt() local
|
/libbtbb/lib/src/ |
H A D | bluetooth_packet.c | 467 void btbb_packet_set_data(btbb_packet *pkt, char *data, int length, in btbb_packet_set_data() 552 static int unfec13(char *input, char *output, int length) in unfec13() 585 static char *unfec23(char *input, int length) in unfec23() 653 static void unwhiten(char* input, char* output, int clock, int length, int skip, btbb_packet* pkt) in unwhiten() 671 static uint16_t crcgen(char *payload, int length, int UAP) in crcgen() 1343 int length = 9 + pkt->payload_length; in tun_format() local
|
H A D | bluetooth_le_packet.h | 53 int length; member
|
H A D | bluetooth_packet.h | 109 uint16_t length; /* number of symbols */ member
|
/libbtbb/wireshark/plugins-legacy/btle/ |
H A D | packet-btle.c | 244 dissect_ll_control(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int offset, guint8 length) in dissect_ll_control() 282 guint8 type, length; in dissect_btle() local
|