COMMON IO-BLE v1.0.0
Hardware abstraction layer for Bluetooth
 
Loading...
Searching...
No Matches
BTGattClientCallbacks_t Struct Reference

Represents the BT-GATT client callbacks. More...

#include <bt_hal_gatt_client.h>

Data Fields

BTRegisterClientCallback_t pxRegisterClientCb
 
BTConnectCallback_t pxOpenCb
 
BTDisconnectCallback_t pxCloseCb
 
BTSearchCompleteCallback_t pxSearchCompleteCb
 
BTRegisterForNotificationCallback_t pxRegisterForNotificationCb
 
BTNotifyCallback_t pxNotifyCb
 
BTReadCharacteristicCallback_t pxReadCharacteristicCb
 
BTWriteCharacteristicCallback_t pxWriteCharacteristicCb
 
BTReadDescriptorCallback_t pxReadDescriptorCb
 
BTWriteDescriptorCallback_t pxWriteDescriptorCb
 
BTExecuteWriteCallback_t pxExecuteWriteCb
 
BTReadRemoteRssiCallback_t pxReadRemoteRssiCb
 
BTListenCallback_t pxListenCb
 
BTConfigureMtuCallback_t pxConfigureMtuCb
 
BTCongestionCallback_t pxCongestionCb
 
BTGetGattDbCallback_t pxGetGattDbCb
 
BTServicesRemovedCallback_t pxServicesRemovedCb
 
BTServicesAddedCallback_t pxServicesAddedCb
 

Detailed Description

Represents the BT-GATT client callbacks.

Field Documentation

◆ pxRegisterClientCb

BTRegisterClientCallback_t BTGattClientCallbacks_t::pxRegisterClientCb

Callback of pxRegisterClient.

◆ pxOpenCb

BTConnectCallback_t BTGattClientCallbacks_t::pxOpenCb

Callback of pxOpen.

◆ pxCloseCb

BTDisconnectCallback_t BTGattClientCallbacks_t::pxCloseCb

Callback of pxClose.

◆ pxSearchCompleteCb

BTSearchCompleteCallback_t BTGattClientCallbacks_t::pxSearchCompleteCb

Callback of pxSearchComplete.

◆ pxRegisterForNotificationCb

BTRegisterForNotificationCallback_t BTGattClientCallbacks_t::pxRegisterForNotificationCb

Callback of pxRegisterForNotification.

◆ pxNotifyCb

BTNotifyCallback_t BTGattClientCallbacks_t::pxNotifyCb

Callback of pxNotify.

◆ pxReadCharacteristicCb

BTReadCharacteristicCallback_t BTGattClientCallbacks_t::pxReadCharacteristicCb

Callback of pxReadCharacteristic.

◆ pxWriteCharacteristicCb

BTWriteCharacteristicCallback_t BTGattClientCallbacks_t::pxWriteCharacteristicCb

Callback of pxWriteCharacteristic.

◆ pxReadDescriptorCb

BTReadDescriptorCallback_t BTGattClientCallbacks_t::pxReadDescriptorCb

Callback of pxReadDescriptor.

◆ pxWriteDescriptorCb

BTWriteDescriptorCallback_t BTGattClientCallbacks_t::pxWriteDescriptorCb

Callback of pxWriteDescriptor.

◆ pxExecuteWriteCb

BTExecuteWriteCallback_t BTGattClientCallbacks_t::pxExecuteWriteCb

Callback of pxExecuteWrite.

◆ pxReadRemoteRssiCb

BTReadRemoteRssiCallback_t BTGattClientCallbacks_t::pxReadRemoteRssiCb

Callback of pxReadRemoteRssi.

◆ pxListenCb

BTListenCallback_t BTGattClientCallbacks_t::pxListenCb

Deprecated

◆ pxConfigureMtuCb

BTConfigureMtuCallback_t BTGattClientCallbacks_t::pxConfigureMtuCb

Callback of pxConfigureMtu.

◆ pxCongestionCb

BTCongestionCallback_t BTGattClientCallbacks_t::pxCongestionCb

Callback of pxCongestion.

◆ pxGetGattDbCb

BTGetGattDbCallback_t BTGattClientCallbacks_t::pxGetGattDbCb

Callback of pxGetGattDb.

◆ pxServicesRemovedCb

BTServicesRemovedCallback_t BTGattClientCallbacks_t::pxServicesRemovedCb

Callback of pxServicesRemoved.

◆ pxServicesAddedCb

BTServicesAddedCallback_t BTGattClientCallbacks_t::pxServicesAddedCb

Callback of pxServicesAdded.


The documentation for this struct was generated from the following file: