Searched refs:IGattClientCallback (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_gatt_client.h | 45 * @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 D | gatt_client_service.h | 34 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 D | gatt_client_service.cpp | 55 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 D | hid_host_hogp.h | 56 class HogpGattClientCallback : public IGattClientCallback {
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_gatt_client_server.cpp | 85 class BluetoothGattClientServer::impl::GattClientCallbackImpl : public IGattClientCallback {
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_adapter.cpp | 41 class GattClientCallback : public IGattClientCallback {
|
Completed in 7 milliseconds