Home
last modified time | relevance | path

Searched refs:p_cond (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/btm/
Dbtm_inq.cc1382 uint8_t* p_cond = condition_buf; /* points to the condition to pass to HCI */ in btm_set_inq_event_filter() local
1404 p_cond = (uint8_t*)&p_filt_cond->bdaddr_cond; in btm_set_inq_event_filter()
1421 p_cond, condition_length); in btm_set_inq_event_filter()
Dbtm_ble_gap.cc1465 tBTM_INQ_PARMS* p_cond = &btm_cb.btm_inq_vars.inqparms; in btm_ble_is_discoverable() local
1472 if (p_cond->filter_cond_type == BTM_FILTER_COND_BD_ADDR && in btm_ble_is_discoverable()
1473 bda != p_cond->filter_cond.bdaddr_cond) { in btm_ble_is_discoverable()