Searched refs:isDeviceExist (Results 1 – 1 of 1) sorted by relevance
264 bool isDeviceExist = IsA2dpBluetoothDeviceExist(device.GetDeviceAddr()); in HandleWearDevice() local265 CHECK_AND_RETURN_LOG(isDeviceExist, in HandleWearDevice()286 bool isDeviceExist = IsA2dpBluetoothDeviceExist(device.GetDeviceAddr()); in HandleUnwearDevice() local287 CHECK_AND_RETURN_LOG(isDeviceExist, "HandleWearDevice failed for the device has not worn."); in HandleUnwearDevice()