Searched refs:condition_buf (Results 1 – 1 of 1) sorted by relevance
1293 uint8_t condition_buf[DEV_CLASS_LEN * 2]; in btm_set_inq_event_filter() local1294 uint8_t* p_cond = condition_buf; /* points to the condition to pass to HCI */ in btm_set_inq_event_filter()1308 memcpy(condition_buf, p_filt_cond->cod_cond.dev_class, DEV_CLASS_LEN); in btm_set_inq_event_filter()1309 memcpy(&condition_buf[DEV_CLASS_LEN], in btm_set_inq_event_filter()