HomeSort by relevance Sort by last modified time
    Searched refs:sub_code (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/btm/
btm_ble_batchscan.c 144 ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.next_idx] = (opcode |(cb_evt << 4));
148 ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.next_idx],
294 *p_cb_evt = (ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.pending_idx] >> 4);
295 *p_opcode = (ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.pending_idx]
    [all...]
btm_ble_multi_adv.c 665 UINT8 sub_code = (is_scan_rsp) ? local
688 UINT8_TO_STREAM(pp, sub_code);
700 btm_ble_multi_adv_enq_op_q(sub_code, inst_id, BTM_BLE_MULTI_ADV_DATA_EVT);
  /system/bt/stack/include/
btm_ble_api.h 551 UINT8 sub_code[BTM_BLE_BATCH_SCAN_MAX]; member in struct:__anon69581
    [all...]

Completed in 35 milliseconds