|
KindleBT
Bluetooth functionality for Kindle 11th gen and up
|
#include <compat_ace_internals.h>
Data Fields | |
| uint32_t | size |
| uint32_t | session_handle |
| status_t | out_status |
| uint32_t | conn_handle |
| uuid_t | uuid |
| bleGattServiceType_t | serviceType |
| bleGattCharacteristicsValue_t | chars |
| status_t | status |
| bleGattCharacteristicsValue_t | value |
| uint32_t | data_len |
| uint8_t | data [] |
| responseType_t | write_type |
| bleGattDescriptor_t | desc |
| bool | enable |
Used for the pre 5.17.0 bleDiscoverAllServices implementation
Used during BT event handler GATT Client discover all services operations
Used during BT event handler GATT Client get DB operations
Used for the pre 5.17.0 bleReadCharacteristics implementation
Used during BT event handler GATT Client read characteristic operations
Used during BT event handler GATT Client write characteristic operations
Used during the BT event handler GATT Client write descriptor operations
Used for the pre 5.17.0 bleSetNotification implementation
Used during BT event handler GATT Client notify characteristic operations
Definition at line 16 of file compat_ace_internals.h.
Definition at line 540 of file compat_ace_internals.h.
| uint32_t conn_handle |
Definition at line 382 of file compat_ace_internals.h.
| uint8_t data |
Definition at line 559 of file compat_ace_internals.h.
| uint32_t data_len |
Definition at line 558 of file compat_ace_internals.h.
| bleGattDescriptor_t desc |
Definition at line 599 of file compat_ace_internals.h.
| bool enable |
Definition at line 611 of file compat_ace_internals.h.
| status_t out_status |
Definition at line 19 of file compat_ace_internals.h.
| bleGattServiceType_t serviceType |
Definition at line 482 of file compat_ace_internals.h.
| uint32_t session_handle |
Definition at line 18 of file compat_ace_internals.h.
| uint32_t size |
Definition at line 17 of file compat_ace_internals.h.
| status_t status |
Definition at line 541 of file compat_ace_internals.h.
| uuid_t uuid |
Definition at line 383 of file compat_ace_internals.h.
Definition at line 556 of file compat_ace_internals.h.
| responseType_t write_type |
Definition at line 578 of file compat_ace_internals.h.