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); 292 bool fw_ext_present); 321 bool fw_ext_present);
|
/system/bt/stack/bnep/ |
D | bnep_api.cc | 328 const RawAddress* p_src_addr, bool fw_ext_present) { in BNEP_WriteBuf() argument 348 if (bnep_is_packet_allowed(p_bcb, p_dest_addr, protocol, fw_ext_present, in BNEP_WriteBuf() 354 if (fw_ext_present) { in BNEP_WriteBuf() 402 fw_ext_present); in BNEP_WriteBuf() 436 const RawAddress* p_src_addr, bool fw_ext_present) { in BNEP_Write() argument 452 if (bnep_is_packet_allowed(p_bcb, p_dest_addr, protocol, fw_ext_present, in BNEP_Write() 458 if (fw_ext_present) { in BNEP_Write() 509 fw_ext_present); in BNEP_Write()
|
D | bnep_main.cc | 330 bool extension_present, fw_ext_present; in bnep_data_ind() local 509 fw_ext_present = true; in bnep_data_ind() 511 fw_ext_present = false; in bnep_data_ind() 515 p_buf, fw_ext_present); in bnep_data_ind() 518 p, rem_len, fw_ext_present); in bnep_data_ind()
|
D | bnep_int.h | 210 bool fw_ext_present, uint8_t* p_data,
|
D | bnep_utils.cc | 432 const RawAddress* p_dest_addr, bool fw_ext_present) { in bnepu_build_bnep_hdr() argument 437 ext_bit = fw_ext_present ? 0x80 : 0x00; in bnepu_build_bnep_hdr() 1204 uint16_t protocol, bool fw_ext_present, in bnep_is_packet_allowed() argument 1213 if (fw_ext_present) { in bnep_is_packet_allowed()
|
/system/bt/test/mock/ |
D | mock_stack_bnep_api.cc | 71 const RawAddress* p_src_addr, bool fw_ext_present) { in BNEP_Write() argument 77 const RawAddress* p_src_addr, bool fw_ext_present) { in BNEP_WriteBuf() argument
|