Represents the BT-GATT client callbacks. More...
#include <bt_hal_gatt_client.h>
Represents the BT-GATT client callbacks.
| BTRegisterClientCallback_t BTGattClientCallbacks_t::pxRegisterClientCb |
Callback of pxRegisterClient.
| BTConnectCallback_t BTGattClientCallbacks_t::pxOpenCb |
Callback of pxOpen.
| BTDisconnectCallback_t BTGattClientCallbacks_t::pxCloseCb |
Callback of pxClose.
| BTSearchCompleteCallback_t BTGattClientCallbacks_t::pxSearchCompleteCb |
Callback of pxSearchComplete.
| BTRegisterForNotificationCallback_t BTGattClientCallbacks_t::pxRegisterForNotificationCb |
Callback of pxRegisterForNotification.
| BTNotifyCallback_t BTGattClientCallbacks_t::pxNotifyCb |
Callback of pxNotify.
| BTReadCharacteristicCallback_t BTGattClientCallbacks_t::pxReadCharacteristicCb |
Callback of pxReadCharacteristic.
| BTWriteCharacteristicCallback_t BTGattClientCallbacks_t::pxWriteCharacteristicCb |
Callback of pxWriteCharacteristic.
| BTReadDescriptorCallback_t BTGattClientCallbacks_t::pxReadDescriptorCb |
Callback of pxReadDescriptor.
| BTWriteDescriptorCallback_t BTGattClientCallbacks_t::pxWriteDescriptorCb |
Callback of pxWriteDescriptor.
| BTExecuteWriteCallback_t BTGattClientCallbacks_t::pxExecuteWriteCb |
Callback of pxExecuteWrite.
| BTReadRemoteRssiCallback_t BTGattClientCallbacks_t::pxReadRemoteRssiCb |
Callback of pxReadRemoteRssi.
| BTListenCallback_t BTGattClientCallbacks_t::pxListenCb |
Deprecated
| BTConfigureMtuCallback_t BTGattClientCallbacks_t::pxConfigureMtuCb |
Callback of pxConfigureMtu.
| BTCongestionCallback_t BTGattClientCallbacks_t::pxCongestionCb |
Callback of pxCongestion.
| BTGetGattDbCallback_t BTGattClientCallbacks_t::pxGetGattDbCb |
Callback of pxGetGattDb.
| BTServicesRemovedCallback_t BTGattClientCallbacks_t::pxServicesRemovedCb |
Callback of pxServicesRemoved.
| BTServicesAddedCallback_t BTGattClientCallbacks_t::pxServicesAddedCb |
Callback of pxServicesAdded.