Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_connection.c51 BLE_SERVER_STATE_STOPPED, enumerator
99 .actual = BLE_SERVER_STATE_STOPPED,
100 .expect = BLE_SERVER_STATE_STOPPED,
213 g_serverCoordination.expect = BLE_SERVER_STATE_STOPPED; in ConnBleStopServer()
216 if (actual == BLE_SERVER_STATE_STOPPING || actual == BLE_SERVER_STATE_STOPPED) { in ConnBleStopServer()
921 BLE_SERVER_STATE_STARTED : BLE_SERVER_STATE_STOPPED)); in BleOnServerStarted()
938 BLE_SERVER_STATE_STOPPED : BLE_SERVER_STATE_STARTED); in BleOnServerClosed()