Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection_observer.cpp46 case DISCOVERY_STOPED: in OnDiscoveryStateChanged()
47 HILOGD("DISCOVERY_STOPED(3)"); in OnDiscoveryStateChanged()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp48 discoveryState_ = DISCOVERY_STOPED; in ClassicAdapter()
586 if (discoveryState_ == DISCOVERY_STOPED) { in CancelBtDiscovery()
587 HILOGE("failed, because of DISCOVERY_STOPED!"); in CancelBtDiscovery()
596 discoveryState_ = DISCOVERY_STOPED; in CancelBtDiscovery()
609 return (DISCOVERY_STOPED > discoveryState_); in IsBtDiscovering()
1050 discoveryState_ = DISCOVERY_STOPED; in HandleInquiryComplete()
1118 discoveryState_ = DISCOVERY_STOPED; in ReceiveRemoteName()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h181 const int DISCOVERY_STOPED = 0x03; member
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h181 const int DISCOVERY_STOPED = 0x03; member
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp259 if (status == DISCOVERY_STARTED || status == DISCOVERY_STOPED) {

Completed in 14 milliseconds