Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/include/
Dbnep_api.h120 BOOLEAN fw_ext_present);
138 BOOLEAN fw_ext_present);
341 BOOLEAN fw_ext_present);
371 BOOLEAN fw_ext_present);
/external/bluetooth/bluedroid/stack/bnep/
Dbnep_api.c366 BOOLEAN fw_ext_present) in BNEP_WriteBuf() argument
388 … if (bnep_is_packet_allowed (p_bcb, p_dest_addr, protocol, fw_ext_present, p_data) != BNEP_SUCCESS) in BNEP_WriteBuf()
394 if (fw_ext_present) in BNEP_WriteBuf()
442 bnepu_build_bnep_hdr (p_bcb, p_buf, protocol, p_src_addr, p_dest_addr, fw_ext_present); in BNEP_WriteBuf()
479 BOOLEAN fw_ext_present) in BNEP_Write() argument
498 … if (bnep_is_packet_allowed (p_bcb, p_dest_addr, protocol, fw_ext_present, p_data) != BNEP_SUCCESS) in BNEP_Write()
504 if (fw_ext_present) in BNEP_Write()
558 bnepu_build_bnep_hdr (p_bcb, p_buf, protocol, p_src_addr, p_dest_addr, fw_ext_present); in BNEP_Write()
Dbnep_main.c469 BOOLEAN extension_present, fw_ext_present; in bnep_data_ind() local
644 fw_ext_present = TRUE; in bnep_data_ind()
646 fw_ext_present = FALSE; in bnep_data_ind()
650 … (*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()
654 …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_utils.c487 UINT8 *p_src_addr, UINT8 *p_dest_addr, BOOLEAN fw_ext_present) in bnepu_build_bnep_hdr() argument
492 ext_bit = fw_ext_present ? 0x80 : 0x00; in bnepu_build_bnep_hdr()
1315 BOOLEAN fw_ext_present, in bnep_is_packet_allowed() argument
1327 if (fw_ext_present) in bnep_is_packet_allowed()
Dbnep_int.h239 …ed (tBNEP_CONN *p_bcb, BD_ADDR p_dest_addr, UINT16 protocol, BOOLEAN fw_ext_present, UINT8 *p_data…
/external/bluetooth/bluedroid/stack/pan/
Dpan_int.h124 BOOLEAN fw_ext_present);