Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.cpp422 auto isPresent = [&device] (BluetoothRemoteDevice &bluetoothRemoteDevice) { in AddDeviceInConfigVector() argument
423 return device.GetDeviceAddr() == bluetoothRemoteDevice.GetDeviceAddr(); in AddDeviceInConfigVector()
435 auto isPresent = [&device] (BluetoothRemoteDevice &bluetoothRemoteDevice) { in RemoveDeviceInConfigVector() argument
436 return device.GetDeviceAddr() == bluetoothRemoteDevice.GetDeviceAddr(); in RemoveDeviceInConfigVector()
498 [&macAddress] (BluetoothRemoteDevice &bluetoothRemoteDevice) { in IsA2dpBluetoothDeviceConnecting() argument
499 return macAddress == bluetoothRemoteDevice.GetDeviceAddr(); in IsA2dpBluetoothDeviceConnecting()
807 auto isPresent = [] (BluetoothRemoteDevice &bluetoothRemoteDevice) { in HandleUserSelection() argument
865 auto isPresent = [&device] (BluetoothRemoteDevice &bluetoothRemoteDevice) { in AddDeviceInConfigVector() argument
866 return device.GetDeviceAddr() == bluetoothRemoteDevice.GetDeviceAddr(); in AddDeviceInConfigVector()
941 [&macAddress] (BluetoothRemoteDevice &bluetoothRemoteDevice) { in IsHfpBluetoothDeviceConnecting() argument
[all …]