Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbnep_api.h120 BOOLEAN fw_ext_present);
138 BOOLEAN fw_ext_present);
341 BOOLEAN fw_ext_present);
371 BOOLEAN fw_ext_present);
/system/bt/stack/bnep/
Dbnep_api.c360 BOOLEAN fw_ext_present) in BNEP_WriteBuf() argument
382 … if (bnep_is_packet_allowed (p_bcb, p_dest_addr, protocol, fw_ext_present, p_data) != BNEP_SUCCESS) in BNEP_WriteBuf()
388 if (fw_ext_present) in BNEP_WriteBuf()
436 bnepu_build_bnep_hdr (p_bcb, p_buf, protocol, p_src_addr, p_dest_addr, fw_ext_present); in BNEP_WriteBuf()
473 BOOLEAN fw_ext_present) in BNEP_Write() argument
492 … if (bnep_is_packet_allowed (p_bcb, p_dest_addr, protocol, fw_ext_present, p_data) != BNEP_SUCCESS) in BNEP_Write()
498 if (fw_ext_present) in BNEP_Write()
552 bnepu_build_bnep_hdr (p_bcb, p_buf, protocol, p_src_addr, p_dest_addr, fw_ext_present); in BNEP_Write()
Dbnep_main.c471 BOOLEAN extension_present, fw_ext_present; in bnep_data_ind() local
645 fw_ext_present = TRUE; in bnep_data_ind()
647 fw_ext_present = FALSE; in bnep_data_ind()
651 … (*bnep_cb.p_data_buf_cb)(p_bcb->handle, p_src_addr, p_dst_addr, protocol, p_buf, fw_ext_present); in bnep_data_ind()
655 …nep_cb.p_data_ind_cb)(p_bcb->handle, p_src_addr, p_dst_addr, protocol, p, rem_len, fw_ext_present); in bnep_data_ind()
Dbnep_int.h240 BOOLEAN fw_ext_present, UINT8 *p_data);
Dbnep_utils.c489 UINT8 *p_src_addr, UINT8 *p_dest_addr, BOOLEAN fw_ext_present) in bnepu_build_bnep_hdr() argument
495 ext_bit = fw_ext_present ? 0x80 : 0x00; in bnepu_build_bnep_hdr()
1299 BOOLEAN fw_ext_present, in bnep_is_packet_allowed() argument
1310 if (fw_ext_present) in bnep_is_packet_allowed()
/system/bt/stack/pan/
Dpan_int.h123 BOOLEAN fw_ext_present);