Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_inq.c1722 UINT8 condition_buf[DEV_CLASS_LEN * 2]; in btm_set_inq_event_filter() local
1723 UINT8 *p_cond = condition_buf; /* points to the condition to pass to HCI */ in btm_set_inq_event_filter()
1738 memcpy (condition_buf, p_filt_cond->cod_cond.dev_class, DEV_CLASS_LEN); in btm_set_inq_event_filter()
1739 memcpy (&condition_buf[DEV_CLASS_LEN], in btm_set_inq_event_filter()