Home
last modified time | relevance | path

Searched refs:statesTable (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c1031 static ConnBrState statesTable[BR_STATE_MAX] = { in TransitionToState() local
1068 if (g_brManager.state == statesTable + target) { in TransitionToState()
1074 g_brManager.state = statesTable + target; in TransitionToState()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c1483 static ConnBleState statesTable[BLE_MGR_STATE_MAX] = { in TransitionToState() local
1524 if (g_bleManager.state == statesTable + target) { in TransitionToState()
1530 g_bleManager.state = statesTable + target; in TransitionToState()