Home
last modified time | relevance | path

Searched refs:GetConnectedHfpBluetoothDevice (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.h117 …static int32_t GetConnectedHfpBluetoothDevice(const std::string& macAddress, BluetoothRemoteDevice…
H A Dbluetooth_device_manager.cpp112 … if (HfpBluetoothDeviceManager::GetConnectedHfpBluetoothDevice(macAddress, device) != SUCCESS) { in SendUserSelectionEvent()
950 int32_t HfpBluetoothDeviceManager::GetConnectedHfpBluetoothDevice(const std::string& macAddress, in GetConnectedHfpBluetoothDevice() function in OHOS::Bluetooth::HfpBluetoothDeviceManager
H A Daudio_bluetooth_manager.cpp469 if (HfpBluetoothDeviceManager::GetConnectedHfpBluetoothDevice(macAddress, device) != SUCCESS) { in SetActiveHfpDevice()