![]() |
MT2523 API Reference
LinkIt SDK v4
|
Service structure of the GATTS. More...
#include <bt_gatts.h>
Data Fields | |
| uint16_t | starting_handle |
| The service's starting handle. More... | |
| uint16_t | ending_handle |
| The service's ending handle. More... | |
| uint8_t | required_encryption_key_size |
| The required encryption key size. More... | |
| const bt_gatts_service_rec_t ** | records |
| A pointer to the records in the service. More... | |
Service structure of the GATTS.
| uint16_t ending_handle |
The service's ending handle.
| const bt_gatts_service_rec_t** records |
A pointer to the records in the service.
| uint8_t required_encryption_key_size |
The required encryption key size.
| uint16_t starting_handle |
The service's starting handle.