OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BNEP_CONTROL
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/hcidump/parser/
bnep.c
42
#define
BNEP_CONTROL
0x01
77
static void
bnep_control
(int level, struct frame *frm, int header_length)
function
197
bnep_control
(level, frm, length);
221
case
BNEP_CONTROL
:
224
bnep_control
(level, frm, -1);
273
if ((type & 0x7f) ==
BNEP_CONTROL
)
/external/bluetooth/bluez/include/bluetooth/
bnep.h
50
#define
BNEP_CONTROL
0x01
Completed in 114 milliseconds