Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_server_stub.cpp23 BluetoothGattServerStub::BluetoothGattServerStub() in BluetoothGattServerStub() function in OHOS::Bluetooth::BluetoothGattServerStub
27 &BluetoothGattServerStub::AddServiceInner; in BluetoothGattServerStub()
29 &BluetoothGattServerStub::ClearServicesInner; in BluetoothGattServerStub()
31 &BluetoothGattServerStub::CancelConnectionInner; in BluetoothGattServerStub()
33 &BluetoothGattServerStub::RegisterApplicationInner; in BluetoothGattServerStub()
35 &BluetoothGattServerStub::DeregisterApplicationInner; in BluetoothGattServerStub()
37 &BluetoothGattServerStub::NotifyClientInner; in BluetoothGattServerStub()
39 &BluetoothGattServerStub::RemoveServiceInner; in BluetoothGattServerStub()
49 &BluetoothGattServerStub::ConnectInner; in BluetoothGattServerStub()
52 BluetoothGattServerStub::~BluetoothGattServerStub() in ~BluetoothGattServerStub()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_gatt_server_stub.h27 class BluetoothGattServerStub : public IRemoteStub<IBluetoothGattServer> {
29 BluetoothGattServerStub();
30 virtual ~BluetoothGattServerStub();
48 …using BluetoothGattServerFunc = ErrCode (BluetoothGattServerStub::*)(MessageParcel &data, MessageP…
51 DISALLOW_COPY_AND_MOVE(BluetoothGattServerStub);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_gatt_server_server.h26 class BluetoothGattServerServer : public BluetoothGattServerStub {