OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BNEP_FRAME_COMPRESSED_ETHERNET_DEST_ONLY
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/bnep/
bnep_int.h
41
#define
BNEP_FRAME_COMPRESSED_ETHERNET_DEST_ONLY
0x04
bnep_main.c
536
if (type >
BNEP_FRAME_COMPRESSED_ETHERNET_DEST_ONLY
)
605
case
BNEP_FRAME_COMPRESSED_ETHERNET_DEST_ONLY
:
bnep_utils.c
498
type = (type == BNEP_FRAME_COMPRESSED_ETHERNET) ?
BNEP_FRAME_COMPRESSED_ETHERNET_DEST_ONLY
: BNEP_FRAME_GENERAL_ETHERNET;
526
case
BNEP_FRAME_COMPRESSED_ETHERNET_DEST_ONLY
:
527
p = bnepu_init_hdr (p_buf, 9, (UINT8)(ext_bit |
BNEP_FRAME_COMPRESSED_ETHERNET_DEST_ONLY
));
[
all
...]
Completed in 7326 milliseconds