Home
last modified time | relevance | path

Searched refs:BluetoothGattClientStub (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_client_stub.cpp23 BluetoothGattClientStub::BluetoothGattClientStub() in BluetoothGattClientStub() function in OHOS::Bluetooth::BluetoothGattClientStub
27 &BluetoothGattClientStub::RegisterApplicationInner; in BluetoothGattClientStub()
31 &BluetoothGattClientStub::ConnectInner; in BluetoothGattClientStub()
33 &BluetoothGattClientStub::DisconnectInner; in BluetoothGattClientStub()
35 &BluetoothGattClientStub::DiscoveryServicesInner; in BluetoothGattClientStub()
44 &BluetoothGattClientStub::ReadDescriptorInner; in BluetoothGattClientStub()
46 &BluetoothGattClientStub::WriteDescriptorInner; in BluetoothGattClientStub()
50 &BluetoothGattClientStub::GetAllDeviceInner; in BluetoothGattClientStub()
55 &BluetoothGattClientStub::GetServicesInner; in BluetoothGattClientStub()
64 BluetoothGattClientStub::~BluetoothGattClientStub() in ~BluetoothGattClientStub()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_gatt_client_stub.h26 class BluetoothGattClientStub : public IRemoteStub<IBluetoothGattClient> {
28 BluetoothGattClientStub();
29 virtual ~BluetoothGattClientStub();
53 …using BluetoothHostFunc = ErrCode (BluetoothGattClientStub::*)(MessageParcel &data, MessageParcel …
55 DISALLOW_COPY_AND_MOVE(BluetoothGattClientStub);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_gatt_client_server.h29 class BluetoothGattClientServer : public BluetoothGattClientStub {