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));
364 UINT8 report_format = 0, num_records = 0, cb_evt = 0; local
373 btm_ble_batchscan_deq_op_q(&opcode, &cur_state, &cb_evt, &ref_value);
380 btm_ble_batchscan_deq_op_q(&opcode, &cur_state, &cb_evt, &ref_value);
382 BTM_TRACE_DEBUG("btm_ble_batchscan op_code = %02x state = %02x cb_evt = %02x,ref_value=%d",
383 opcode, cur_state, cb_evt, ref_value);
405 status, ble_batchscan_cb.cur_state, cb_evt);
407 if (cb_evt != 0 && NULL != ble_batchscan_cb.p_setup_cback)
408 ble_batchscan_cb.p_setup_cback(cb_evt, ref_value, status)
    [all...]
btm_ble_multi_adv.c 68 void btm_ble_multi_adv_enq_op_q(UINT8 opcode, UINT8 inst_id, UINT8 cb_evt)
74 p_op_q->p_sub_code[p_op_q->next_idx] = (opcode |(cb_evt << 4));
117 UINT8 cb_evt = 0, opcode; local
128 btm_ble_multi_adv_deq_op_q(&opcode, &inst_id, &cb_evt);
130 BTM_TRACE_DEBUG("op_code = %02x inst_id = %d cb_evt = %02x", opcode, inst_id, cb_evt);
147 if (HCI_SUCCESS != status && BTM_BLE_MULTI_ADV_ENB_EVT == cb_evt)
180 if (cb_evt != 0 && p_inst->p_cback != NULL)
182 (p_inst->p_cback)(cb_evt, inst_id, p_inst->p_ref, status);
199 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 1985 UINT16 cb_evt = p_dev_cb->w4_evt; local
2725 UINT16 cb_evt = p_dev_cb->w4_evt; local
    [all...]
  /system/bt/stack/smp/
smp_int.h 285 UINT8 cb_evt; member in struct:__anon72882
  /system/bt/stack/include/
btm_ble_api.h 764 UINT8 cb_evt[BTM_BLE_PF_TYPE_MAX]; member in struct:__anon72710
    [all...]

Completed in 1202 milliseconds