Home | History | Annotate | Download | only in btm

Lines Matching defs:cb_evt

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;
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);
238 UINT8 cb_evt)
306 btm_ble_multi_adv_enq_op_q(BTM_BLE_MULTI_ADV_SET_PARAM, p_inst->inst_id, cb_evt);