TI BLE-Stack for Bluetooth 4.2 API Documentation
3.01.00.07
|
Data Structures | |
struct | _serviceCBsList |
Service callbacks list item. More... | |
struct | gattCharCfg_t |
Structure for Client Characteristic Configuration. More... | |
struct | gattCharFormat_t |
GATT Structure for Characteristic Presentation Format Value. More... | |
struct | gattClientCharCfgUpdatedEvent_t |
GATT_CLIENT_CHAR_CFG_UPDATED_EVENT message format. More... | |
struct | gattEventHdr_t |
GATT Server App event header format. More... | |
struct | gattServiceCBs_t |
GATT Structure for service callback functions. More... | |
struct | gattServiceCBsInfo_t |
GATT Structure to keep CBs information for each service being registered. More... | |
struct | prepareWrites_t |
Structure to keep Prepare Write Requests for each Client. More... | |
Typedefs | |
typedef struct _serviceCBsList | serviceCBsList_t |
Service callbacks list item. | |
Variables | |
prepareWrites_t * | prepareWritesTbl |
Server Prepare Write table (one entry per each physical link) | |
serviceCBsList_t * | serviceCBsList |
Callbacks for services. | |