OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:de_hdr
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/hcidump/parser/
sdp.c
247
uint8_t
de_hdr
= get_u8(frm);
local
248
uint8_t de_type =
de_hdr
>> 3;
249
uint8_t siz_idx =
de_hdr
& 0x07;
Completed in 30 milliseconds