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.c361 BOOLEAN fw_ext_present) in BNEP_WriteBuf() argument
383 … if (bnep_is_packet_allowed (p_bcb, p_dest_addr, protocol, fw_ext_present, p_data) != BNEP_SUCCESS) in BNEP_WriteBuf()
389 if (fw_ext_present) in BNEP_WriteBuf()
437 bnepu_build_bnep_hdr (p_bcb, p_buf, protocol, p_src_addr, p_dest_addr, fw_ext_present); in BNEP_WriteBuf()
474 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()
548 bnepu_build_bnep_hdr (p_bcb, p_buf, protocol, p_src_addr, p_dest_addr, fw_ext_present); in BNEP_Write()
Dbnep_main.c481 BOOLEAN extension_present, fw_ext_present; in bnep_data_ind() local
652 fw_ext_present = TRUE; in bnep_data_ind()
654 fw_ext_present = FALSE; in bnep_data_ind()
658 … (*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()
662 …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.h239 BOOLEAN fw_ext_present, UINT8 *p_data);
Dbnep_utils.c467 UINT8 *p_src_addr, UINT8 *p_dest_addr, BOOLEAN fw_ext_present) in bnepu_build_bnep_hdr() argument
473 ext_bit = fw_ext_present ? 0x80 : 0x00; in bnepu_build_bnep_hdr()
1274 BOOLEAN fw_ext_present, in bnep_is_packet_allowed() argument
1285 if (fw_ext_present) in bnep_is_packet_allowed()
/system/bt/stack/pan/
Dpan_int.h123 BOOLEAN fw_ext_present);