Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_server_server.cpp39 struct BluetoothGattServerServer::impl {
81 BluetoothGattServerServer::impl *impl_;
220 BluetoothGattServerServer &owner_;
276 BluetoothGattServerServer::impl::~impl() in ~impl()
325 void BluetoothGattServerServer::ClearServices(int appId) in ClearServices()
348 int BluetoothGattServerServer::NotifyClient( in NotifyClient()
387 int BluetoothGattServerServer::RespondCharacteristicRead( in RespondCharacteristicRead()
428 int BluetoothGattServerServer::RespondDescriptorRead( in RespondDescriptorRead()
450 int BluetoothGattServerServer::RespondDescriptorWrite( in RespondDescriptorWrite()
523 BluetoothGattServerServer::BluetoothGattServerServer() : pimpl(new impl()) in BluetoothGattServerServer() function in OHOS::Bluetooth::BluetoothGattServerServer
[all …]
H A Dbluetooth_host_server.cpp621 sptr<BluetoothGattServerServer> gattserver = new BluetoothGattServerServer(); in createServers()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_gatt_server_server.h26 class BluetoothGattServerServer : public BluetoothGattServerStub {
28 BluetoothGattServerServer();
29 ~BluetoothGattServerServer() override;
51 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(BluetoothGattServerServer);