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 ble_trans_char_changed_event(), trans_service_init(), trans_service_primary_service_define(), trans_update_ctrl_char_value(), and trans_update_tx_char_value().
at_ble_handle_t gatt_service_handler::serv_handle |
service handle
Referenced by trans_service_init(), and trans_service_primary_service_define().
at_ble_uuid_t gatt_service_handler::serv_uuid |
service uuid
Referenced by trans_service_init(), and trans_service_primary_service_define().