Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_api.cc335 const RawAddress& src_addr, bool fw_ext_present) { in BNEP_WriteBuf() argument
354 if (bnep_is_packet_allowed(p_bcb, dest_addr, protocol, fw_ext_present, p_data, in BNEP_WriteBuf()
360 if (fw_ext_present) { in BNEP_WriteBuf()
411 fw_ext_present); in BNEP_WriteBuf()
445 const RawAddress& src_addr, bool fw_ext_present) { in BNEP_Write() argument
460 if (bnep_is_packet_allowed(p_bcb, dest_addr, protocol, fw_ext_present, p_data, in BNEP_Write()
466 if (fw_ext_present) { in BNEP_Write()
517 fw_ext_present); in BNEP_Write()
Dbnep_main.cc339 bool extension_present, fw_ext_present; in bnep_data_ind() local
514 fw_ext_present = true; in bnep_data_ind()
516 fw_ext_present = false; in bnep_data_ind()
520 fw_ext_present); in bnep_data_ind()
523 rem_len, fw_ext_present); in bnep_data_ind()
Dbnep_utils.cc438 const RawAddress& dest_addr, bool fw_ext_present) { in bnepu_build_bnep_hdr() argument
443 ext_bit = fw_ext_present ? 0x80 : 0x00; in bnepu_build_bnep_hdr()
1195 uint16_t protocol, bool fw_ext_present, in bnep_is_packet_allowed() argument
1204 if (fw_ext_present) { in bnep_is_packet_allowed()
Dbnep_int.h206 uint16_t protocol, bool fw_ext_present,
/packages/modules/Bluetooth/system/stack/include/
Dbnep_api.h114 BT_HDR* p_buf, bool fw_ext_present);
129 bool fw_ext_present);
294 const RawAddress& src_addr, bool fw_ext_present);
321 const RawAddress& src_addr, bool fw_ext_present);
/packages/modules/Bluetooth/system/stack/fuzzers/
Dbnep_fuzzer.cc120 bool fw_ext_present) { ConsumeData(p_data, len); }, in Fuzz()