HomeSort by relevance Sort by last modified time
    Searched defs:cb_evt (Results 1 - 6 of 6) sorted by null

  /system/bt/stack/btm/
btm_ble_batchscan.c 142 UINT8 cb_evt, tBTM_BLE_REF_VALUE ref_value)
144 ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.next_idx] = (opcode |(cb_evt << 4));
363 UINT8 report_format = 0, num_records = 0, cb_evt = 0; local
372 btm_ble_batchscan_deq_op_q(&opcode, &cur_state, &cb_evt, &ref_value);
379 btm_ble_batchscan_deq_op_q(&opcode, &cur_state, &cb_evt, &ref_value);
381 BTM_TRACE_DEBUG("btm_ble_batchscan op_code = %02x state = %02x cb_evt = %02x,ref_value=%d",
382 opcode, cur_state, cb_evt, ref_value);
404 status, ble_batchscan_cb.cur_state, cb_evt);
406 if (cb_evt != 0 && NULL != ble_batchscan_cb.p_setup_cback)
407 ble_batchscan_cb.p_setup_cback(cb_evt, ref_value, status)
    [all...]
btm_ble_multi_adv.c 67 void btm_ble_multi_adv_enq_op_q(UINT8 opcode, UINT8 inst_id, UINT8 cb_evt)
73 p_op_q->p_sub_code[p_op_q->next_idx] = (opcode |(cb_evt << 4));
116 UINT8 cb_evt = 0, opcode; local
127 btm_ble_multi_adv_deq_op_q(&opcode, &inst_id, &cb_evt);
129 BTM_TRACE_DEBUG("op_code = %02x inst_id = %d cb_evt = %02x", opcode, inst_id, cb_evt);
146 if (HCI_SUCCESS != status && BTM_BLE_MULTI_ADV_ENB_EVT == cb_evt)
179 if (cb_evt != 0 && p_inst->p_cback != NULL)
181 (p_inst->p_cback)(cb_evt, inst_id, p_inst->p_ref, status);
198 tBTM_STATUS btm_ble_enable_multi_adv (BOOLEAN enable, UINT8 inst_id, UINT8 cb_evt)
    [all...]
btm_ble_adv_filter.c 112 void btm_ble_advfilt_enq_op_q(UINT8 action, UINT8 ocf, tBTM_BLE_FILT_CB_EVT cb_evt,
118 btm_ble_adv_filt_cb.op_q.cb_evt[btm_ble_adv_filt_cb.op_q.next_idx] = cb_evt;
122 BTM_TRACE_DEBUG("btm_ble_advfilt_enq_op_q: act_ocf:%d, action:%d, ocf:%d,cb_evt;%d, cback:%x",
124 ocf, cb_evt, p_cmpl_cback);
147 *p_cb_evt = btm_ble_adv_filt_cb.op_q.cb_evt[btm_ble_adv_filt_cb.op_q.pending_idx];
154 BTM_TRACE_DEBUG("btm_ble_advfilt_deq_op_q: ocf:%d, action:%d, ref_value:%d, cb_evt:%x",
262 UINT8 num_avail = 0, cb_evt = 0; local
271 btm_ble_advfilt_deq_op_q(&action, &ocf, &cb_evt, &ref_value, &p_scan_cfg_cback,
276 btm_ble_advfilt_deq_op_q(&action, &ocf, &cb_evt, &ref_value, &p_scan_cfg_cback
    [all...]
  /system/bt/bta/hh/
bta_hh_le.c 2229 UINT16 cb_evt = p_dev_cb->w4_evt; local
3098 UINT16 cb_evt = p_dev_cb->w4_evt; local
    [all...]
  /system/bt/stack/smp/
smp_int.h 285 UINT8 cb_evt; member in struct:__anon69796
  /system/bt/stack/include/
btm_ble_api.h 752 UINT8 cb_evt[BTM_BLE_PF_TYPE_MAX]; member in struct:__anon69593
    [all...]

Completed in 906 milliseconds