Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_utils.cpp322 int32_t profileConnectionState = ProfileConnectionState::STATE_DISCONNECTED; in GetProfileConnectionState() local
326 profileConnectionState = ProfileConnectionState::STATE_CONNECTING; in GetProfileConnectionState()
330 profileConnectionState = ProfileConnectionState::STATE_CONNECTED; in GetProfileConnectionState()
334 profileConnectionState = ProfileConnectionState::STATE_DISCONNECTING; in GetProfileConnectionState()
338 profileConnectionState = ProfileConnectionState::STATE_DISCONNECTED; in GetProfileConnectionState()
343 return profileConnectionState; in GetProfileConnectionState()

Completed in 4 milliseconds