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.h108 BT_HDR* p_buf, bool fw_ext_present);
123 bool fw_ext_present);
310 bool fw_ext_present);
339 bool fw_ext_present);
/system/bt/stack/bnep/
Dbnep_api.cc337 const RawAddress* p_src_addr, bool fw_ext_present) { in BNEP_WriteBuf() argument
357 if (bnep_is_packet_allowed(p_bcb, p_dest_addr, protocol, fw_ext_present, in BNEP_WriteBuf()
363 if (fw_ext_present) { in BNEP_WriteBuf()
409 fw_ext_present); in BNEP_WriteBuf()
443 const RawAddress* p_src_addr, bool fw_ext_present) { in BNEP_Write() argument
459 if (bnep_is_packet_allowed(p_bcb, p_dest_addr, protocol, fw_ext_present, in BNEP_Write()
465 if (fw_ext_present) { in BNEP_Write()
515 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.h232 bool fw_ext_present,
Dbnep_utils.cc427 const RawAddress* p_dest_addr, bool fw_ext_present) { in bnepu_build_bnep_hdr() argument
432 ext_bit = fw_ext_present ? 0x80 : 0x00; in bnepu_build_bnep_hdr()
1255 uint16_t protocol, bool fw_ext_present, in bnep_is_packet_allowed() argument
1263 if (fw_ext_present) { in bnep_is_packet_allowed()
/system/bt/stack/pan/
Dpan_int.h107 uint8_t* p_data, uint16_t len, bool fw_ext_present);