Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp483 sptr<IBluetoothGattServer> proxy = iface_cast<IBluetoothGattServer>(remote); in Init()
559 sptr<IBluetoothGattServer> proxy = GetRemoteProxy<IBluetoothGattServer>(PROFILE_GATT_SERVER); in RespondCharacteristicRead()
574 sptr<IBluetoothGattServer> proxy = GetRemoteProxy<IBluetoothGattServer>(PROFILE_GATT_SERVER); in RespondCharacteristicWrite()
583 sptr<IBluetoothGattServer> proxy = GetRemoteProxy<IBluetoothGattServer>(PROFILE_GATT_SERVER); in RespondDescriptorRead()
596 sptr<IBluetoothGattServer> proxy = GetRemoteProxy<IBluetoothGattServer>(PROFILE_GATT_SERVE in RespondDescriptorWrite()
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_gatt_server_proxy.h24 class BluetoothGattServerProxy : public IRemoteProxy<IBluetoothGattServer> {
26 explicit BluetoothGattServerProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IBluetoothGattServer>(impl){}; in BluetoothGattServerProxy()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_gatt_server.h29 class IBluetoothGattServer : public OHOS::IRemoteBroker { class
31 DECLARE_INTERFACE_DESCRIPTOR(u"ohos.ipc.IBluetoothGattServer");
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_gatt_server_stub.h27 class BluetoothGattServerStub : public IRemoteStub<IBluetoothGattServer> {

Completed in 3 milliseconds