Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_common.cpp27 using Bluetooth::PAIR_NONE;
101 case PAIR_NONE: in DealPairStatus()
H A Dbluetooth_connection_impl.cpp36 using Bluetooth::PAIR_NONE;
136 return PAIR_NONE; in GetPairState()
139 int state = PAIR_NONE; in GetPairState()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_remote_device.cpp30 pairState_ = PAIR_NONE; in ClassicRemoteDevice()
41 pairState_ = PAIR_NONE; in ClassicRemoteDevice()
212 if (PAIR_NONE > status || PAIR_CANCELING < status) { in SetPairedStatus()
H A Dclassic_adapter.cpp159 device.second->SetPairedStatus(PAIR_NONE); in DisablePairProcess()
1542 remoteDevice->SetPairedStatus(PAIR_NONE); in ReceiveLinkKeyNotification()
1560 remoteDevice->SetPairedStatus(PAIR_NONE); in ReceiveSimplePairComplete()
1562 SendPairStatusChanged(ADAPTER_BREDR, device, PAIR_NONE); in ReceiveSimplePairComplete()
1590 remoteDevice->SetPairedStatus(PAIR_NONE); in ReceiveAuthenticationComplete()
1592 SendPairStatusChanged(ADAPTER_BREDR, device, PAIR_NONE); in ReceiveAuthenticationComplete()
1812 HILOGE("StartPair failed, because of PAIR_NONE or PAIRING!"); in StartPair()
1873 it->second->SetPairedStatus(PAIR_NONE); in RemovePair()
1886 SendPairStatusChanged(BTTransport::ADAPTER_BREDR, device, PAIR_NONE); in RemovePair()
1897 it->second->SetPairedStatus(PAIR_NONE); in RemoveAllPairs()
[all...]
/foundation/communication/nfc/test/fuzztest/services_test/btconnectionmanager_test/btconnectionmanager/btconnectionmanager_fuzzer/
H A Dbtconnectionmanager_fuzzer.cpp123 info->state_ = Bluetooth::PAIR_NONE; in FuzzOnPairStatusChanged()
/foundation/communication/nfc/test/unittest/services/services_tags_test/
H A Dbt_connection_manager_test.cpp235 info->state_ = Bluetooth::PAIR_NONE; in HWTEST_F()
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp610 int state = PAIR_NONE; in GetPairState()
961 case PAIR_NONE: in DealPairStatus()
/foundation/communication/nfc/services/src/tag/
H A Dbt_connection_manager.cpp776 } else if (info->state_ == Bluetooth::PAIR_NONE) { in OnPairStatusChanged()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h188 const int PAIR_NONE = 0x01; member
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h188 const int PAIR_NONE = 0x01; member

Completed in 16 milliseconds