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

  /external/bluetooth/bluedroid/stack/btm/
btm_ble_batchscan.c 102 UINT8 cb_evt, tBTM_BLE_REF_VALUE ref_value)
104 ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.next_idx] = (opcode |(cb_evt << 4));
324 UINT8 report_format = 0, num_records = 0, cb_evt = 0; local
333 btm_ble_batchscan_deq_op_q(&opcode, &cur_state, &cb_evt, &ref_value);
340 btm_ble_batchscan_deq_op_q(&opcode, &cur_state, &cb_evt, &ref_value);
342 BTM_TRACE_DEBUG("btm_ble_batchscan op_code = %02x state = %02x cb_evt = %02x,ref_value=%d",
343 opcode, cur_state, cb_evt, ref_value);
365 status, ble_batchscan_cb.cur_state, cb_evt);
367 if (cb_evt != 0 && NULL != ble_batchscan_cb.p_setup_cback)
368 ble_batchscan_cb.p_setup_cback(cb_evt, ref_value, status)
    [all...]
btm_ble_adv_filter.c 99 void btm_ble_advfilt_enq_op_q(UINT8 action, UINT8 ocf, tBTM_BLE_FILT_CB_EVT cb_evt,
105 btm_ble_adv_filt_cb.op_q.cb_evt[btm_ble_adv_filt_cb.op_q.next_idx] = cb_evt;
109 BTM_TRACE_DEBUG("btm_ble_advfilt_enq_op_q: act_ocf:%d, action:%d, ocf:%d,cb_evt;%d, cback:%x",
111 ocf, cb_evt, p_cmpl_cback);
134 *p_cb_evt = btm_ble_adv_filt_cb.op_q.cb_evt[btm_ble_adv_filt_cb.op_q.pending_idx];
141 BTM_TRACE_DEBUG("btm_ble_advfilt_deq_op_q: ocf:%d, action:%d, ref_value:%d, cb_evt:%x",
249 UINT8 num_avail = 0, cb_evt = 0; local
257 btm_ble_advfilt_deq_op_q(&action, &ocf, &cb_evt, &ref_value, &p_scan_cfg_cback,
262 btm_ble_advfilt_deq_op_q(&action, &ocf, &cb_evt, &ref_value, &p_scan_cfg_cback
    [all...]
btm_ble_multi_adv.c 53 void btm_ble_multi_adv_enq_op_q(UINT8 opcode, UINT8 inst_id, UINT8 cb_evt)
59 p_op_q->p_sub_code[p_op_q->next_idx] = (opcode |(cb_evt << 4));
102 UINT8 cb_evt = 0, opcode; local
113 btm_ble_multi_adv_deq_op_q(&opcode, &inst_id, &cb_evt);
115 BTM_TRACE_DEBUG("op_code = %02x inst_id = %d cb_evt = %02x", opcode, inst_id, cb_evt);
163 if (cb_evt != 0 && p_inst->p_cback != NULL)
165 (p_inst->p_cback)(cb_evt, inst_id, p_inst->p_ref, status);
182 tBTM_STATUS btm_ble_enable_multi_adv (BOOLEAN enable, UINT8 inst_id, UINT8 cb_evt)
203 btm_ble_multi_adv_enq_op_q(BTM_BLE_MULTI_ADV_ENB, inst_id, cb_evt);
    [all...]
  /external/bluetooth/bluedroid/stack/smp/
smp_api.c 204 smp_cb.cb_evt != SMP_SEC_REQUEST_EVT ||
210 smp_cb.cb_evt = 0;
237 if (p_cb->cb_evt != SMP_PASSKEY_REQ_EVT)
294 if (p_cb->state != SMP_ST_WAIT_APP_RSP || p_cb->cb_evt != SMP_OOB_REQ_EVT)
smp_act.c 90 SMP_TRACE_DEBUG ("smp_send_app_cback p_cb->cb_evt=%d", p_cb->cb_evt );
91 if (p_cb->p_callback && p_cb->cb_evt != 0)
93 if (p_cb->cb_evt == SMP_IO_CAP_REQ_EVT)
104 callback_rc = (*p_cb->p_callback)(p_cb->cb_evt, p_cb->pairing_bda, &cb_data);
106 SMP_TRACE_DEBUG ("callback_rc=%d p_cb->cb_evt=%d",callback_rc, p_cb->cb_evt );
108 if (callback_rc == SMP_SUCCESS && p_cb->cb_evt == SMP_IO_CAP_REQ_EVT)
123 if (!p_cb->cb_evt && p_cb->discard_sec_req)
315 p_cb->cb_evt = 0
    [all...]
smp_l2c.c 108 p_cb->cb_evt = SMP_IO_CAP_REQ_EVT;
smp_int.h 171 UINT8 cb_evt; member in struct:__anon6345
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c 2225 UINT16 cb_evt = p_dev_cb->w4_evt; local
3092 UINT16 cb_evt = p_dev_cb->w4_evt; local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h 705 UINT8 cb_evt[BTM_BLE_PF_TYPE_MAX]; member in struct:__anon6127
    [all...]

Completed in 1805 milliseconds