Home | History | Annotate | Download | only in btm

Lines Matching refs:filter_cond_type

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);
979 switch (p_inqparms->filter_cond_type)
990 p_inqparms->filter_cond_type = BTM_CLR_INQUIRY_FILTER;
999 if ((status = btm_set_inq_event_filter (p_inqparms->filter_cond_type,
1612 ** filter_cond_type - this is the type of inquiry filter to apply:
1618 ** filter_cond_type (See section 4.7.3 of Core Spec 1.0b).
1625 static tBTM_STATUS btm_set_inq_event_filter (UINT8 filter_cond_type,
1634 filter_cond_type);
1641 switch (filter_cond_type)
1669 if (btsnd_hcic_set_event_filter(HCI_FILTER_INQUIRY_RESULT, filter_cond_type,
1749 if ((status = btm_set_inq_event_filter (p_inq->inqparms.filter_cond_type, &p_inq->inqparms.filter_cond)) == BTM_CMD_STARTED)
1783 ** filter_cond_type - BTM_CLR_INQUIRY_FILTER, BTM_FILTER_COND_DEVICE_CLASS, or
1785 ** filter_cond - value for the filter (based on filter_cond_type)