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

  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c 146 static tBTM_STATUS btm_set_inq_event_filter (UINT8 filter_cond_type, tBTM_INQ_FILT_COND *p_filt_cond);
461 ** filter_cond_type - BTM_CLR_INQUIRY_FILTER, BTM_FILTER_COND_DEVICE_CLASS, or
463 ** filter_cond - value for the filter (based on filter_cond_type)
485 p_inqparms->filter_cond_type, min_delay, max_delay);
538 if (p_inqparms->filter_cond_type != BTM_CLR_INQUIRY_FILTER)
541 p_inqparms->filter_cond_type = BTM_CLR_INQUIRY_FILTER;
547 if ((status = btm_set_inq_event_filter (p_inqparms->filter_cond_type, &p_inqparms->filter_cond)) != BTM_CMD_STARTED)
821 ** filter_cond_type - BTM_CLR_INQUIRY_FILTER, BTM_FILTER_COND_DEVICE_CLASS, or
823 ** filter_cond - value for the filter (based on filter_cond_type)
848 p_inqparms->filter_cond_type);
    [all...]
btm_ble_gap.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 569 UINT8 filter_cond_type; /* new devices, BD ADDR, COD, or No filtering */ member in struct:__anon3229
    [all...]

Completed in 42 milliseconds