OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fw_ext_present
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluedroid/stack/include/
bnep_api.h
120
BOOLEAN
fw_ext_present
);
138
BOOLEAN
fw_ext_present
);
327
**
fw_ext_present
- forwarded extensions present
341
BOOLEAN
fw_ext_present
);
355
**
fw_ext_present
- forwarded extensions present
371
BOOLEAN
fw_ext_present
);
/external/bluetooth/bluedroid/stack/bnep/
bnep_api.c
352
**
fw_ext_present
- forwarded extensions present
366
BOOLEAN
fw_ext_present
)
388
if (bnep_is_packet_allowed (p_bcb, p_dest_addr, protocol,
fw_ext_present
, p_data) != BNEP_SUCCESS)
394
if (
fw_ext_present
)
442
bnepu_build_bnep_hdr (p_bcb, p_buf, protocol, p_src_addr, p_dest_addr,
fw_ext_present
);
463
**
fw_ext_present
- forwarded extensions present
479
BOOLEAN
fw_ext_present
)
498
if (bnep_is_packet_allowed (p_bcb, p_dest_addr, protocol,
fw_ext_present
, p_data) != BNEP_SUCCESS)
504
if (
fw_ext_present
)
558
bnepu_build_bnep_hdr (p_bcb, p_buf, protocol, p_src_addr, p_dest_addr,
fw_ext_present
);
[
all
...]
bnep_main.c
469
BOOLEAN extension_present,
fw_ext_present
;
local
644
fw_ext_present
= TRUE;
646
fw_ext_present
= FALSE;
650
(*bnep_cb.p_data_buf_cb)(p_bcb->handle, p_src_addr, p_dst_addr, protocol, p_buf,
fw_ext_present
);
654
(*bnep_cb.p_data_ind_cb)(p_bcb->handle, p_src_addr, p_dst_addr, protocol, p, rem_len,
fw_ext_present
);
bnep_int.h
239
extern tBNEP_RESULT bnep_is_packet_allowed (tBNEP_CONN *p_bcb, BD_ADDR p_dest_addr, UINT16 protocol, BOOLEAN
fw_ext_present
, UINT8 *p_data);
bnep_utils.c
487
UINT8 *p_src_addr, UINT8 *p_dest_addr, BOOLEAN
fw_ext_present
)
492
ext_bit =
fw_ext_present
? 0x80 : 0x00;
[
all
...]
/external/bluetooth/bluedroid/stack/pan/
pan_int.h
124
BOOLEAN
fw_ext_present
);
Completed in 90 milliseconds