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

  /system/bt/stack/btm/
btm_inq.c 137 static tBTM_STATUS btm_set_inq_event_filter (UINT8 filter_cond_type, tBTM_INQ_FILT_COND *p_filt_cond);
447 ** filter_cond_type - BTM_CLR_INQUIRY_FILTER, BTM_FILTER_COND_DEVICE_CLASS, or
449 ** filter_cond - value for the filter (based on filter_cond_type)
471 p_inqparms->filter_cond_type, min_delay, max_delay);
516 if (p_inqparms->filter_cond_type != BTM_CLR_INQUIRY_FILTER)
519 p_inqparms->filter_cond_type = BTM_CLR_INQUIRY_FILTER;
525 if ((status = btm_set_inq_event_filter (p_inqparms->filter_cond_type, &p_inqparms->filter_cond)) != BTM_CMD_STARTED)
806 ** filter_cond_type - BTM_CLR_INQUIRY_FILTER, BTM_FILTER_COND_DEVICE_CLASS, or
808 ** filter_cond - value for the filter (based on filter_cond_type)
833 p_inqparms->filter_cond_type);
    [all...]
btm_ble_gap.c     [all...]
  /system/bt/stack/include/
btm_api.h 577 UINT8 filter_cond_type; /* new devices, BD ADDR, COD, or No filtering */ member in struct:__anon72617
    [all...]

Completed in 44 milliseconds