Home
last modified time | relevance | path

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

/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()
29 &BluetoothGattClientStub::DeregisterApplicationInner; in BluetoothGattClientStub()
31 &BluetoothGattClientStub::ConnectInner; in BluetoothGattClientStub()
33 &BluetoothGattClientStub::DisconnectInner; in BluetoothGattClientStub()
35 &BluetoothGattClientStub::DiscoveryServicesInner; in BluetoothGattClientStub()
37 &BluetoothGattClientStub::ReadCharacteristicInner; in BluetoothGattClientStub()
39 &BluetoothGattClientStub::WriteCharacteristicInner; in BluetoothGattClientStub()
42 &BluetoothGattClientStub in BluetoothGattClientStub()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_gatt_client_stub.h26 class BluetoothGattClientStub : public IRemoteStub<IBluetoothGattClient> { class
28 BluetoothGattClientStub();
29 virtual ~BluetoothGattClientStub();
53 using BluetoothHostFunc = ErrCode (BluetoothGattClientStub::*)(MessageParcel &data, MessageParcel &reply);
55 DISALLOW_COPY_AND_MOVE(BluetoothGattClientStub);
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_gatt_client_server.h29 class BluetoothGattClientServer : public BluetoothGattClientStub {

Completed in 2 milliseconds