Handles on the connected peer device needed to interact with it. More...
#include <ths_c.h>
Data Fields | |
| uint16_t | ths_srvc_start_handle |
| uint16_t | ths_srvc_end_handle |
| uint16_t | ths_tx_handle |
| uint16_t | ths_tx_cccd_handle |
| uint16_t | ths_rx_handle |
| uint16_t | ths_setting_handle |
| uint16_t | ths_setting_cccd_handle |
| uint16_t | ths_toggle_handle |
Handles on the connected peer device needed to interact with it.
| uint16_t ths_c_handles_t::ths_rx_handle |
THS Rx characteristic handle which has been got from peer.
| uint16_t ths_c_handles_t::ths_setting_cccd_handle |
THS setting characteristic CCCD handle which has been got from peer.
| uint16_t ths_c_handles_t::ths_setting_handle |
THS setting characteristic handle which has been got from peer.
| uint16_t ths_c_handles_t::ths_srvc_end_handle |
THS Service end handle.
| uint16_t ths_c_handles_t::ths_srvc_start_handle |
THS Service start handle.
| uint16_t ths_c_handles_t::ths_toggle_handle |
THS toggle characteristic handle which has been got from peer.
| uint16_t ths_c_handles_t::ths_tx_cccd_handle |
THS Tx characteristic CCCD handle which has been got from peer.
| uint16_t ths_c_handles_t::ths_tx_handle |
THS Tx characteristic handle which has been got from peer.