Searched refs:bluetoothRemoteDevice (Results 1 – 1 of 1) sorted by relevance
422 auto isPresent = [&device] (BluetoothRemoteDevice &bluetoothRemoteDevice) { in AddDeviceInConfigVector() argument423 return device.GetDeviceAddr() == bluetoothRemoteDevice.GetDeviceAddr(); in AddDeviceInConfigVector()435 auto isPresent = [&device] (BluetoothRemoteDevice &bluetoothRemoteDevice) { in RemoveDeviceInConfigVector() argument436 return device.GetDeviceAddr() == bluetoothRemoteDevice.GetDeviceAddr(); in RemoveDeviceInConfigVector()498 [&macAddress] (BluetoothRemoteDevice &bluetoothRemoteDevice) { in IsA2dpBluetoothDeviceConnecting() argument499 return macAddress == bluetoothRemoteDevice.GetDeviceAddr(); in IsA2dpBluetoothDeviceConnecting()807 auto isPresent = [] (BluetoothRemoteDevice &bluetoothRemoteDevice) { in HandleUserSelection() argument865 auto isPresent = [&device] (BluetoothRemoteDevice &bluetoothRemoteDevice) { in AddDeviceInConfigVector() argument866 return device.GetDeviceAddr() == bluetoothRemoteDevice.GetDeviceAddr(); in AddDeviceInConfigVector()941 [&macAddress] (BluetoothRemoteDevice &bluetoothRemoteDevice) { in IsHfpBluetoothDeviceConnecting() argument[all …]