Searched defs:p_cond (Results 1 - 2 of 2) sorted by relevance

/system/bt/stack/btm/
H A Dbtm_inq.cc1459 uint8_t* p_cond = condition_buf; /* points to the condition to pass to HCI */ local
1481 p_cond = (uint8_t*)&p_filt_cond->bdaddr_cond;
1498 p_cond, condition_length);
H A Dbtm_ble_gap.cc1569 tBTM_INQ_PARMS* p_cond = &btm_cb.btm_inq_vars.inqparms; local
1576 if (p_cond->filter_cond_type == BTM_FILTER_COND_BD_ADDR &&
1577 bda != p_cond->filter_cond.bdaddr_cond) {

Completed in 78 milliseconds