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

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_adv_filter.c99 void btm_ble_advfilt_enq_op_q(UINT8 action, UINT8 ocf, tBTM_BLE_FILT_CB_EVT cb_evt, argument
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,
530 btm_ble_update_pf_manu_data(tBTM_BLE_SCAN_COND_OP action, tBTM_BLE_PF_FILT_INDEX filt_index, tBTM_BLE_PF_COND_PARAM *p_data, tBTM_BLE_PF_COND_TYPE cond_type, tBTM_BLE_FILT_CB_EVT cb_evt, tBTM_BLE_REF_VALUE ref_value) argument
774 btm_ble_update_uuid_filter(tBTM_BLE_SCAN_COND_OP action, tBTM_BLE_PF_FILT_INDEX filt_index, tBTM_BLE_PF_COND_TYPE filter_type, tBTM_BLE_PF_COND_PARAM *p_cond, tBTM_BLE_FILT_CB_EVT cb_evt, tBTM_BLE_REF_VALUE ref_value) argument
926 btm_ble_clear_scan_pf_filter(tBTM_BLE_SCAN_COND_OP action, tBTM_BLE_PF_FILT_INDEX filt_index, tBTM_BLE_PF_COND_PARAM *p_cond, tBTM_BLE_PF_CFG_CBACK *p_cmpl_cback, tBTM_BLE_FILT_CB_EVT cb_evt, tBTM_BLE_REF_VALUE ref_value) argument
[all...]
H A Dbtm_ble_batchscan.c102 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_valu
101 btm_ble_batchscan_enq_op_q(UINT8 opcode, tBTM_BLE_BATCH_SCAN_STATE cur_state, UINT8 cb_evt, tBTM_BLE_REF_VALUE ref_value) argument
[all...]
H A Dbtm_ble_multi_adv.c53 void btm_ble_multi_adv_enq_op_q(UINT8 opcode, UINT8 inst_id, UINT8 cb_evt) argument
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) argument
203 btm_ble_multi_adv_enq_op_q(BTM_BLE_MULTI_ADV_ENB, inst_id, cb_evt);
236 btm_ble_multi_adv_set_params(tBTM_BLE_MULTI_ADV_INST *p_inst, tBTM_BLE_ADV_PARAMS *p_params, UINT8 cb_evt) argument
[all...]
/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_int.h171 UINT8 cb_evt; member in struct:__anon1720
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_le.c2220 UINT16 cb_evt = p_dev_cb->w4_evt; local
2222 if (p_data == NULL || cb_evt == 0)
2241 (* bta_hh_cb.p_cback)(cb_evt, (tBTA_HH *)&cback_data);
2252 (* bta_hh_cb.p_cback)(cb_evt, (tBTA_HH *)&cback_data);
3087 UINT16 cb_evt = p_dev_cb->w4_evt; local
3095 (* bta_hh_cb.p_cback)(cb_evt, (tBTA_HH *)&cback_data);
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_ble_api.h705 UINT8 cb_evt[BTM_BLE_PF_TYPE_MAX]; member in struct:__anon1502

Completed in 1820 milliseconds