Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_service_manager.cpp87 TURN_OFF = BTStateID::STATE_TURN_OFF, enumerator
137 pimpl->profilesState_.SetProfile(BTTransport::ADAPTER_BREDR, sp.name_, ServiceStateID::TURN_OFF); in CreateClassicProfileServices()
156 pimpl->profilesState_.SetProfile(BTTransport::ADAPTER_BLE, sp.name_, ServiceStateID::TURN_OFF); in CreateBleProfileServices()
165 pimpl->profilesState_.SetProfile(BTTransport::ADAPTER_BLE, sp.name_, ServiceStateID::TURN_OFF); in CreateBleProfileServices()
265 ServiceStateID otherTransportState = ServiceStateID::TURN_OFF; in EnableProfiles()
286 if (pimpl->profilesState_.Get(transport, name) == ServiceStateID::TURN_OFF) { in EnableProfiles()
306 ServiceStateID newState = ret ? ServiceStateID::TURN_ON : ServiceStateID::TURN_OFF; in EnableCompleteProcess()
309 ServiceStateID state = ServiceStateID::TURN_OFF; in EnableCompleteProcess()
338 return temp.second != ServiceStateID::TURN_ON && temp.second != ServiceStateID::TURN_OFF; in IsProfilesTurning()
392 pimpl->profilesState_.SetProfile(transport, it.first, ServiceStateID::TURN_OFF); in OnAllDisabled()
[all...]
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c94 TURN_OFF, enumerator
611 msg = CreateBleHandlerMsg(TURN_OFF, 0, 0, NULL); in BtOnStateChanged()
1808 case TURN_OFF: in DiscBleMsgHandler()

Completed in 5 milliseconds