Searched refs:fw_ext_present (Results 1 – 6 of 6) sorted by relevance
/system/bt/stack/include/ |
D | bnep_api.h | 109 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/ |
D | bnep_api.cc | 331 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()
|
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 | 233 bool fw_ext_present, uint8_t* p_data,
|
D | bnep_utils.cc | 433 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/ |
D | pan_int.h | 108 uint8_t* p_data, uint16_t len, bool fw_ext_present);
|