Searched refs:fw_ext_present (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/stack/bnep/ |
D | bnep_api.cc | 335 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()
|
D | bnep_main.cc | 339 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()
|
D | bnep_utils.cc | 438 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()
|
D | bnep_int.h | 206 uint16_t protocol, bool fw_ext_present,
|
/packages/modules/Bluetooth/system/stack/include/ |
D | bnep_api.h | 114 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/ |
D | bnep_fuzzer.cc | 120 bool fw_ext_present) { ConsumeData(p_data, len); }, in Fuzz()
|