Searched refs:filter_cond_type (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_inq.c146 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)
831 ** filter_cond_type - BTM_CLR_INQUIRY_FILTER, BTM_FILTER_COND_DEVICE_CLASS, or
833 ** filter_cond - value for the filter (based on filter_cond_type)
858 p_inqparms->filter_cond_type);
1842 btm_set_inq_event_filter(UINT8 filter_cond_type, tBTM_INQ_FILT_COND *p_filt_cond) argument
[all...]
H A Dbtm_ble_gap.c2068 if (p_cond->filter_cond_type == BTM_FILTER_COND_BD_ADDR &&
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h583 UINT8 filter_cond_type; /* new devices, BD ADDR, COD, or No filtering */ member in struct:__anon1401
2398 ** filter_cond_type - BTM_CLR_INQUIRY_FILTER, BTM_FILTER_COND_DEVICE_CLASS, or
2400 ** filter_cond - value for the filter (based on filter_cond_type)
2429 ** filter_cond_type - BTM_CLR_INQUIRY_FILTER, BTM_FILTER_COND_DEVICE_CLASS, or
2431 ** filter_cond - value for the filter (based on filter_cond_type)

Completed in 165 milliseconds