![]() |
nRF5 SDK
v15.3.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S312 SoftDevice API | S332 SoftDevice API | S340 SoftDevice API |
GATT structure that contains status information for the GATT module. More...
#include <nrf_ble_gatt.h>
Data Fields | |
uint16_t | att_mtu_desired_periph |
Requested ATT_MTU size for the next peripheral connection that is established. | |
uint16_t | att_mtu_desired_central |
Requested ATT_MTU size for the next central connection that is established. | |
uint8_t | data_length |
Data length to use for the next connection that is established. | |
nrf_ble_gatt_link_t | links [(NRF_SDH_BLE_PERIPHERAL_LINK_COUNT+NRF_SDH_BLE_CENTRAL_LINK_COUNT)] |
GATT related information for all active connections. | |
nrf_ble_gatt_evt_handler_t | evt_handler |
GATT event handler. | |
GATT structure that contains status information for the GATT module.