Home
last modified time | relevance | path

Searched refs:fw_ext_present (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/include/
Dbnep_api.h109 BT_HDR* p_buf, bool fw_ext_present);
124 bool fw_ext_present);
312 bool fw_ext_present);
341 bool fw_ext_present);
/system/bt/stack/bnep/
Dbnep_api.cc331 const RawAddress* p_src_addr, bool fw_ext_present) { in BNEP_WriteBuf() argument
351 if (bnep_is_packet_allowed(p_bcb, p_dest_addr, protocol, fw_ext_present, in BNEP_WriteBuf()
357 if (fw_ext_present) { in BNEP_WriteBuf()
405 fw_ext_present); in BNEP_WriteBuf()
439 const RawAddress* p_src_addr, bool fw_ext_present) { in BNEP_Write() argument
455 if (bnep_is_packet_allowed(p_bcb, p_dest_addr, protocol, fw_ext_present, in BNEP_Write()
461 if (fw_ext_present) { in BNEP_Write()
512 fw_ext_present); in BNEP_Write()
Dbnep_main.cc440 bool extension_present, fw_ext_present; in bnep_data_ind() local
619 fw_ext_present = true; in bnep_data_ind()
621 fw_ext_present = false; in bnep_data_ind()
625 p_buf, fw_ext_present); in bnep_data_ind()
628 p, rem_len, fw_ext_present); in bnep_data_ind()
Dbnep_int.h233 bool fw_ext_present, uint8_t* p_data,
Dbnep_utils.cc433 const RawAddress* p_dest_addr, bool fw_ext_present) { in bnepu_build_bnep_hdr() argument
438 ext_bit = fw_ext_present ? 0x80 : 0x00; in bnepu_build_bnep_hdr()
1261 uint16_t protocol, bool fw_ext_present, in bnep_is_packet_allowed() argument
1270 if (fw_ext_present) { in bnep_is_packet_allowed()
/system/bt/stack/pan/
Dpan_int.h108 uint8_t* p_data, uint16_t len, bool fw_ext_present);