Home
last modified time | relevance | path

Searched refs:IBluetoothSocket (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_socket_proxy.h25 class BluetoothSocketProxy : public IRemoteProxy<IBluetoothSocket> {
27 explicit BluetoothSocketProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IBluetoothSocket>(impl) in BluetoothSocketProxy()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket.cpp132 sptr<IBluetoothSocket> proxy = GetRemoteProxy<IBluetoothSocket>(PROFILE_SOCKET); in Close()
445 sptr<IBluetoothSocket> proxy = GetRemoteProxy<IBluetoothSocket>(PROFILE_SOCKET); in Connect()
579 sptr<IBluetoothSocket> proxy = GetRemoteProxy<IBluetoothSocket>(PROFILE_SOCKET); in Listen()
755 sptr<IBluetoothSocket> proxy = GetRemoteProxy<IBluetoothSocket>(PROFILE_SOCKET); in Close()
797 sptr<IBluetoothSocket> proxy;
942 sptr<IBluetoothSocket> prox in UpdateCocConnectionParams()
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_socket.h45 class IBluetoothSocket : public OHOS::IRemoteBroker { class
47 DECLARE_INTERFACE_DESCRIPTOR(u"ohos.ipc.IBluetoothSocket");
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_socket_stub.h26 class BluetoothSocketStub : public IRemoteStub<IBluetoothSocket> {

Completed in 3 milliseconds