HomeSort by relevance Sort by last modified time
    Searched refs:fw_ext_present (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluedroid/stack/include/
bnep_api.h 120 BOOLEAN fw_ext_present);
138 BOOLEAN fw_ext_present);
327 ** fw_ext_present - forwarded extensions present
341 BOOLEAN fw_ext_present);
355 ** fw_ext_present - forwarded extensions present
371 BOOLEAN fw_ext_present);
  /external/bluetooth/bluedroid/stack/bnep/
bnep_api.c 352 ** fw_ext_present - forwarded extensions present
366 BOOLEAN fw_ext_present)
388 if (bnep_is_packet_allowed (p_bcb, p_dest_addr, protocol, fw_ext_present, p_data) != BNEP_SUCCESS)
394 if (fw_ext_present)
442 bnepu_build_bnep_hdr (p_bcb, p_buf, protocol, p_src_addr, p_dest_addr, fw_ext_present);
463 ** fw_ext_present - forwarded extensions present
479 BOOLEAN fw_ext_present)
498 if (bnep_is_packet_allowed (p_bcb, p_dest_addr, protocol, fw_ext_present, p_data) != BNEP_SUCCESS)
504 if (fw_ext_present)
558 bnepu_build_bnep_hdr (p_bcb, p_buf, protocol, p_src_addr, p_dest_addr, fw_ext_present);
    [all...]
bnep_main.c 471 BOOLEAN extension_present, fw_ext_present; local
646 fw_ext_present = TRUE;
648 fw_ext_present = FALSE;
652 (*bnep_cb.p_data_buf_cb)(p_bcb->handle, p_src_addr, p_dst_addr, protocol, p_buf, fw_ext_present);
656 (*bnep_cb.p_data_ind_cb)(p_bcb->handle, p_src_addr, p_dst_addr, protocol, p, rem_len, fw_ext_present);
bnep_int.h 242 BOOLEAN fw_ext_present, UINT8 *p_data);
bnep_utils.c 488 UINT8 *p_src_addr, UINT8 *p_dest_addr, BOOLEAN fw_ext_present)
493 ext_bit = fw_ext_present ? 0x80 : 0x00;
    [all...]
  /external/bluetooth/bluedroid/stack/pan/
pan_int.h 124 BOOLEAN fw_ext_present);

Completed in 161 milliseconds