The struct of handle list.
#include <ble_transparent.h>
Data Fields | |
uint16_t | ctrlCCCD |
Handle of transparent control cccd. More... | |
uint16_t | transCtrl |
Handle of transparent control. More... | |
uint16_t | transRx |
Handle of transparent rx. More... | |
uint16_t | transTx |
Handle of transparent tx. More... | |
uint16_t | txCCCD |
Handle of transparent tx cccd. More... | |
uint16_t Handle_List::ctrlCCCD |
Handle of transparent control cccd.
Referenced by tss_app_setup().
uint16_t Handle_List::transCtrl |
Handle of transparent control.
Referenced by att_write_callback(), packet_handler(), and tss_app_setup().
uint16_t Handle_List::transRx |
Handle of transparent rx.
Referenced by att_write_callback(), and tss_app_setup().
uint16_t Handle_List::transTx |
Handle of transparent tx.
Referenced by packet_handler(), and tss_app_setup().
uint16_t Handle_List::txCCCD |
Handle of transparent tx cccd.
Referenced by att_write_callback(), and tss_app_setup().