Lines Matching refs:proxy
132 sptr<IBluetoothSocket> proxy = GetRemoteProxy<IBluetoothSocket>(PROFILE_SOCKET);
133 CHECK_AND_RETURN_LOG(proxy != nullptr, "proxy is nullptr");
139 proxy->DeregisterClientObserver(BluetoothRawAddress(remoteDevice_.GetDeviceAddr()), tempUuid,
437 HILOGE("clientSocket proxy is nullptr");
445 sptr<IBluetoothSocket> proxy = GetRemoteProxy<IBluetoothSocket>(PROFILE_SOCKET);
446 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_SERVICE_DISCONNECTED, "proxy is nullptr");
449 int ret = proxy->RegisterClientObserver(BluetoothRawAddress(pimpl->address_), tempUuid,
460 ret = proxy->Connect(param, pimpl->fd_);
579 sptr<IBluetoothSocket> proxy = GetRemoteProxy<IBluetoothSocket>(PROFILE_SOCKET);
580 if (!proxy) {
581 HILOGE("failed, proxy is nullptr");
595 int ret = proxy->Listen(param, fd_);
755 sptr<IBluetoothSocket> proxy = GetRemoteProxy<IBluetoothSocket>(PROFILE_SOCKET);
756 CHECK_AND_RETURN_LOG(proxy != nullptr, "proxy is nullptr");
757 proxy->DeregisterServerObserver(observer_);
797 sptr<IBluetoothSocket> proxy;
942 sptr<IBluetoothSocket> proxy = GetRemoteProxy<IBluetoothSocket>(PROFILE_SOCKET);
943 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INVALID_STATE, "proxy is null");
944 return proxy->UpdateCocConnectionParams(info);