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

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_batchscan.c32 tBTM_BLE_BATCH_SCAN_CB ble_batchscan_cb; variable
70 NULL != ble_batchscan_cb.p_thres_cback)
72 ble_batchscan_cb.p_thres_cback(ble_batchscan_cb.ref_value);
104 ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.next_idx] = (opcode |(cb_evt << 4));
105 ble_batchscan_cb.op_q.cur_state[ble_batchscan_cb.op_q.next_idx] = cur_state;
106 ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb
[all...]

Completed in 78 milliseconds