FreeRTOS:
BLE
BLE
|
Return to main page ↑ |
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 |
BTConfigureMtuCallback_t BTGattClientCallbacks_t::pxConfigureMtuCb |
Deprecated