GATT service handles.
#include <ble_manager.h>
Data Fields | |
at_ble_characteristic_t | serv_chars [TOTAL_CHARACTERISTIC_NUM] |
service characteristic More... | |
at_ble_handle_t | serv_handle |
service handle More... | |
at_ble_uuid_t | serv_uuid |
service uuid More... | |
at_ble_characteristic_t gatt_service_handler::serv_chars[TOTAL_CHARACTERISTIC_NUM] |
service characteristic
Referenced by heart_rate_init_service(), heart_rate_primary_service_define(), and heart_rate_update_char_value().
at_ble_handle_t gatt_service_handler::serv_handle |
service handle
Referenced by heart_rate_init_service(), and heart_rate_primary_service_define().
at_ble_uuid_t gatt_service_handler::serv_uuid |
service uuid
Referenced by heart_rate_init_service(), and heart_rate_primary_service_define().