Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_connection.c49 BLE_SERVER_STATE_STARTED, enumerator
181 g_serverCoordination.expect = BLE_SERVER_STATE_STARTED; in ConnBleStartServer()
184 if (actual == BLE_SERVER_STATE_STARTING || actual == BLE_SERVER_STATE_STARTED) { in ConnBleStartServer()
921 BLE_SERVER_STATE_STARTED : BLE_SERVER_STATE_STOPPED)); in BleOnServerStarted()
938 BLE_SERVER_STATE_STOPPED : BLE_SERVER_STATE_STARTED); in BleOnServerClosed()
984 statusGatt = (expect == BLE_SERVER_STATE_STARTED) ? interface->bleServerStartService() : in DoRetryAction()
992 statusCoc = (expect == BLE_SERVER_STATE_STARTED) ? interface->bleServerStartService() : in DoRetryAction()
1041 … (expect == BLE_SERVER_STATE_STARTED ? BLE_SERVER_STATE_STARTING : BLE_SERVER_STATE_STOPPING); in RetryServerStatConsistentHandler()