Searched refs:cur_state (Results 1 - 4 of 4) sorted by relevance

/system/bt/stack/btm/
H A Dbtm_ble_batchscan.c141 void btm_ble_batchscan_enq_op_q(UINT8 opcode, tBTM_BLE_BATCH_SCAN_STATE cur_state, argument
145 ble_batchscan_cb.op_q.cur_state[ble_batchscan_cb.op_q.next_idx] = cur_state;
149 ble_batchscan_cb.op_q.cur_state[ble_batchscan_cb.op_q.next_idx],
291 void btm_ble_batchscan_deq_op_q(UINT8 *p_opcode,tBTM_BLE_BATCH_SCAN_STATE *cur_state, argument
298 *cur_state = (ble_batchscan_cb.op_q.cur_state[ble_batchscan_cb.op_q.pending_idx]);
338 btm_ble_batchscan_enq_op_q(BTM_BLE_BATCH_SCAN_READ_RESULTS, ble_batchscan_cb.cur_state,
365 tBTM_BLE_BATCH_SCAN_STATE cur_state = 0; local
372 btm_ble_batchscan_deq_op_q(&opcode, &cur_state,
[all...]
/system/bt/bta/dm/
H A Dbta_dm_pm.c1235 tBTA_DM_CONTRL_STATE cur_state = BTA_DM_CONTRL_UNKNOWN; local
1236 cur_state = BTM_PM_ReadControllerState();
1238 APPL_TRACE_DEBUG("bta_dm_pm_obtain_controller_state: %d", cur_state);
1239 return cur_state;
/system/bt/stack/include/
H A Dbtm_ble_api.h552 tBTM_BLE_BATCH_SCAN_STATE cur_state[BTM_BLE_BATCH_SCAN_MAX]; member in struct:__anon1067
571 tBTM_BLE_BATCH_SCAN_STATE cur_state; member in struct:__anon1069
/system/bt/btif/src/
H A Dbtif_hl.c2194 btif_hl_chan_cb_state_t cur_state = p_pcb->cb_state; local
2196 if (cur_state != state)
2199 BTIF_TRACE_DEBUG("%s state %d--->%d",__FUNCTION__, cur_state, state);

Completed in 119 milliseconds