Home
last modified time | relevance | path

Searched refs:cur_state (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_batchscan.c140 void btm_ble_batchscan_enq_op_q(UINT8 opcode, tBTM_BLE_BATCH_SCAN_STATE cur_state, in btm_ble_batchscan_enq_op_q() argument
144 ble_batchscan_cb.op_q.cur_state[ble_batchscan_cb.op_q.next_idx] = cur_state; in btm_ble_batchscan_enq_op_q()
148 ble_batchscan_cb.op_q.cur_state[ble_batchscan_cb.op_q.next_idx], in btm_ble_batchscan_enq_op_q()
285 void btm_ble_batchscan_deq_op_q(UINT8 *p_opcode, tBTM_BLE_BATCH_SCAN_STATE *cur_state, in btm_ble_batchscan_deq_op_q() argument
292 *cur_state = (ble_batchscan_cb.op_q.cur_state[ble_batchscan_cb.op_q.pending_idx]); in btm_ble_batchscan_deq_op_q()
330 btm_ble_batchscan_enq_op_q(BTM_BLE_BATCH_SCAN_READ_RESULTS, ble_batchscan_cb.cur_state, in btm_ble_read_batchscan_reports()
357 tBTM_BLE_BATCH_SCAN_STATE cur_state = 0; in btm_ble_batchscan_vsc_cmpl_cback() local
363 btm_ble_batchscan_deq_op_q(&opcode, &cur_state, &cb_evt, &ref_value); in btm_ble_batchscan_vsc_cmpl_cback()
370 btm_ble_batchscan_deq_op_q(&opcode, &cur_state, &cb_evt, &ref_value); in btm_ble_batchscan_vsc_cmpl_cback()
373 opcode, cur_state, cb_evt, ref_value); in btm_ble_batchscan_vsc_cmpl_cback()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_pm.c1166 tBTA_DM_CONTRL_STATE cur_state = BTA_DM_CONTRL_UNKNOWN; in bta_dm_pm_obtain_controller_state() local
1167 cur_state = BTM_PM_ReadControllerState(); in bta_dm_pm_obtain_controller_state()
1169 APPL_TRACE_DEBUG("bta_dm_pm_obtain_controller_state: %d", cur_state); in bta_dm_pm_obtain_controller_state()
1170 return cur_state; in bta_dm_pm_obtain_controller_state()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h566 tBTM_BLE_BATCH_SCAN_STATE cur_state[BTM_BLE_BATCH_SCAN_MAX]; member
583 tBTM_BLE_BATCH_SCAN_STATE cur_state; member