#include <at_ble_api.h>
Data Fields | |
uint16_t | char_count |
Characteristics count. More... | |
at_ble_chr_t * | char_list |
Characteristics list. More... | |
at_ble_handle_t | handle |
Here the stack will store the handle for future use. More... | |
at_ble_inc_srv_t * | inc_list |
Included Services list. More... | |
uint16_t | included_count |
Included Services count. More... | |
at_ble_attr_permissions_t | perm |
Service permissions. More... | |
at_ble_service_type_t | type |
Service type (PRIMARY or SECONDARY ) More... | |
at_ble_uuid_t | uuid |
UUID of the Service. More... | |
uint16_t at_ble_service_t::char_count |
Characteristics count.
Referenced by hid_serv_init().
at_ble_chr_t* at_ble_service_t::char_list |
Characteristics list.
Referenced by hid_serv_init().
at_ble_handle_t at_ble_service_t::handle |
Here the stack will store the handle for future use.
Referenced by hid_serv_init(), and hid_service_dbreg().
at_ble_inc_srv_t* at_ble_service_t::inc_list |
Included Services list.
Referenced by hid_serv_init().
uint16_t at_ble_service_t::included_count |
Included Services count.
Referenced by hid_serv_init().
at_ble_attr_permissions_t at_ble_service_t::perm |
Service permissions.
Referenced by hid_serv_init().
at_ble_service_type_t at_ble_service_t::type |
Service type (PRIMARY or SECONDARY )
Referenced by hid_serv_init().
at_ble_uuid_t at_ble_service_t::uuid |
UUID of the Service.
Referenced by hid_serv_init().