Searched refs:fw_ext_present (Results 1 – 6 of 6) sorted by relevance
/system/bt/stack/include/ |
D | bnep_api.h | 108 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/ |
D | bnep_api.cc | 337 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()
|
D | bnep_main.cc | 440 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()
|
D | bnep_int.h | 232 bool fw_ext_present,
|
D | bnep_utils.cc | 427 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/ |
D | pan_int.h | 107 uint8_t* p_data, uint16_t len, bool fw_ext_present);
|