Home
last modified time | relevance | path

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

/libbtbb/wireshark/plugins-legacy/btle/
H A Dpacket-btle.c246 guint8 ll_control_opcode; in dissect_ll_control() local
250 ll_control_opcode = tvb_get_guint8(tvb, offset); in dissect_ll_control()
251 if (ll_control_opcode <= 0x0d) { in dissect_ll_control()
253 ll_control_opcodes[ll_control_opcode].strptr); in dissect_ll_control()
255 switch (ll_control_opcode) { in dissect_ll_control()