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
538
if (type >
BNEP_FRAME_COMPRESSED_ETHERNET_DEST_ONLY
)
607
case
BNEP_FRAME_COMPRESSED_ETHERNET_DEST_ONLY
:
bnep_utils.c
499
type = (type == BNEP_FRAME_COMPRESSED_ETHERNET) ?
BNEP_FRAME_COMPRESSED_ETHERNET_DEST_ONLY
: BNEP_FRAME_GENERAL_ETHERNET;
527
case
BNEP_FRAME_COMPRESSED_ETHERNET_DEST_ONLY
:
528
p = bnepu_init_hdr (p_buf, 9, (UINT8)(ext_bit |
BNEP_FRAME_COMPRESSED_ETHERNET_DEST_ONLY
));
[
all
...]
Completed in 47 milliseconds