OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uuid_size
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/hcidump/parser/
bnep.c
79
uint8_t
uuid_size
;
local
92
uuid_size
= get_u8(frm);
93
printf("Setup Req(0x%02x) size 0x%02x ", type,
uuid_size
);
94
switch (
uuid_size
) {
133
frm->ptr += (
uuid_size
* 2);
134
frm->len -= (
uuid_size
* 2);
/external/bluetooth/bluez/include/bluetooth/
bnep.h
95
uint8_t
uuid_size
;
member in struct:bnep_setup_conn_req
Completed in 27 milliseconds