Home
last modified time | relevance | path

Searched refs:IGattClientCallback (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_gatt_client.h45 * @brief Class for IGattClientCallback functions.
50 class IGattClientCallback { class
126 * @brief Destroy the IGattClientCallback.
131 virtual ~IGattClientCallback() in ~IGattClientCallback()
156 virtual int RegisterApplication(IGattClientCallback &callback, const RawAddress &addr, uint8_t transport) = 0;
158 virtual int RegisterSharedApplication(IGattClientCallback &callback, const RawAddress &addr, uint8_t transport) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_service.h34 int RegisterApplication(IGattClientCallback &callback, const RawAddress &addr, uint8_t transport) override;
35 int RegisterSharedApplication(IGattClientCallback &callback, const RawAddress &addr, uint8_t transport) override;
H A Dgatt_client_service.cpp55 IGattClientCallback &callback, const GattDevice &device, GattClientProfile &profile, bool isShared) in ClientApplication()
75 IGattClientCallback &callback_;
100 IGattClientCallback &callback, const GattDevice &device, std::promise<int> &promise, bool isShared);
212 int GattClientService::RegisterApplication(IGattClientCallback &callback, const RawAddress &addr, uint8_t transport) in RegisterApplication()
231 IGattClientCallback &callback, const RawAddress &addr, uint8_t transport) in RegisterSharedApplication()
1060 IGattClientCallback &callback, const GattDevice &device, std::promise<int> &promise, bool isShared) in RegisterApplication()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_hogp.h56 class HogpGattClientCallback : public IGattClientCallback {
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_client_server.cpp85 class BluetoothGattClientServer::impl::GattClientCallbackImpl : public IGattClientCallback {
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp41 class GattClientCallback : public IGattClientCallback {

Completed in 7 milliseconds