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

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_inq.c50 static const LAP general_inq_lap = {0x9e,0x8b,0x33}; variable
240 memcpy (temp_lap[1], general_inq_lap, LAP_LEN);
247 if (!btsnd_hcic_write_cur_iac_lap (1, (LAP * const) &general_inq_lap))
2029 lap = (p_inq->inq_active & BTM_LIMITED_INQUIRY_ACTIVE) ? &limited_inq_lap : &general_inq_lap;

Completed in 62 milliseconds