Home | History | Annotate | Download | only in btm

Lines Matching refs:filter_cond_type

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);
917 switch (p_inqparms->filter_cond_type)
928 p_inqparms->filter_cond_type = BTM_CLR_INQUIRY_FILTER;
937 if ((status = btm_set_inq_event_filter (p_inqparms->filter_cond_type, &p_inqparms->filter_cond)) != BTM_CMD_STARTED)
1724 ** filter_cond_type - this is the type of inquiry filter to apply:
1730 ** filter_cond_type (See section 4.7.3 of Core Spec 1.0b).
1737 static tBTM_STATUS btm_set_inq_event_filter (UINT8 filter_cond_type,
1746 filter_cond_type);
1753 switch (filter_cond_type)
1781 if (btsnd_hcic_set_event_filter(HCI_FILTER_INQUIRY_RESULT, filter_cond_type,
1861 if ((status = btm_set_inq_event_filter (p_inq->inqparms.filter_cond_type, &p_inq->inqparms.filter_cond)) == BTM_CMD_STARTED)
1895 ** filter_cond_type - BTM_CLR_INQUIRY_FILTER, BTM_FILTER_COND_DEVICE_CLASS, or
1897 ** filter_cond - value for the filter (based on filter_cond_type)