Searched refs:BtProfileType (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/nfc/services/include/ |
H A D | bt_connection_manager.h | 51 enum BtProfileType {
enum in OHOS::NFC::TAG::BtConnectionManager 136 void RegisterProfileObserver(BtProfileType type);
140 int32_t state, BtProfileType type);
|
/foundation/communication/nfc/services/src/tag/ |
H A D | bt_connection_manager.cpp | 109 int32_t state, BtProfileType type)
in SendConnMsgToEvtHandler() 429 void BtConnectionManager::RegisterProfileObserver(BtProfileType type)
in RegisterProfileObserver() 789 device, status, BtConnectionManager::BtProfileType::A2DP_SRC);
in OnPairStatusChanged() 843 device, state, BtConnectionManager::BtProfileType::A2DP_SRC);
in OnConnectionStateChanged() 852 device, state, BtConnectionManager::BtProfileType::HFP_AG);
in OnConnectionStateChanged() 861 device, state, BtConnectionManager::BtProfileType::HID_HOST);
in OnConnectionStateChanged()
|
/foundation/communication/nfc/test/unittest/services/services_tags_test/ |
H A D | bt_connection_manager_test.cpp | 303 info->type_ = static_cast<uint8_t>(BtConnectionManager::BtProfileType::HFP_AG);
in HWTEST_F() 327 info->type_ = static_cast<uint8_t>(BtConnectionManager::BtProfileType::HFP_AG);
in HWTEST_F()
|
/foundation/communication/nfc/test/fuzztest/services_test/btconnectionmanager_test/btconnectionmanager/btconnectionmanager_fuzzer/ |
H A D | btconnectionmanager_fuzzer.cpp | 140 info->type_ = static_cast<uint8_t>(BtConnectionManager::BtProfileType::HFP_AG); in FuzzOnConnectionStateChanged()
|
Completed in 4 milliseconds