Lines Matching defs:device
276 BluetoothRemoteDevice device(rawAddr.GetAddress(), BTTransport::ADAPTER_BREDR);
277 result.push_back(device);
282 int32_t Opp::GetDeviceState(const BluetoothRemoteDevice &device, int32_t &state) const
284 HILOGI("enter, device: %{public}s", GET_ENCRYPT_ADDR(device));
288 CHECK_AND_RETURN_LOG_RET(device.IsValidBluetoothRemoteDevice(), BT_ERR_INVALID_PARAM, "device param error");
290 return proxy->GetDeviceState(BluetoothRawAddress(device.GetDeviceAddr()), state);
293 int32_t Opp::SendFile(std::string device, std::vector<std::string> filePaths,
299 int ret = proxy->SendFile(device, filePaths, mimeTypes, result);