/external/bluetooth/bluedroid/stack/btm/ |
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_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_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/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/smp/ |
smp_int.h | 171 UINT8 cb_evt; member in struct:__anon6345
|
/external/bluetooth/bluedroid/stack/include/ |
btm_ble_api.h | 705 UINT8 cb_evt[BTM_BLE_PF_TYPE_MAX]; member in struct:__anon6127 [all...] |