Lines Matching defs:ret
449 int ret = proxy->RegisterClientObserver(BluetoothRawAddress(pimpl->address_), tempUuid,
451 CHECK_AND_RETURN_LOG_RET(ret == BT_NO_ERROR, ret, "regitser observer fail, ret = %d", ret);
460 ret = proxy->Connect(param, pimpl->fd_);
461 CHECK_AND_RETURN_LOG_RET(ret == BT_NO_ERROR, ret, "Connect error %{public}d", ret);
595 int ret = proxy->Listen(param, fd_);
596 if (ret != BT_NO_ERROR) {
597 HILOGE("Listen error %{public}d.", ret);
599 return ret;