![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
Bluetooth LE connection parameter event. More...
#include <bm/bluetooth/ble_conn_params.h>
Data Fields | ||
| enum ble_conn_params_evt_type | evt_type | |
| Event type. | ||
| uint16_t | conn_handle | |
| Connection handle. | ||
| union { | ||
| ble_gap_conn_params_t conn_params | ||
| Negotiated connection parameters. More... | ||
| uint16_t att_mtu | ||
| Negotiated GATT ATT MTU. More... | ||
| struct ble_conn_params_data_length data_length | ||
| Negotiated GAP Data length. More... | ||
| ble_gap_evt_phy_update_t phy_update_evt | ||
| Negotiated radio PHY mode and procedure status. More... | ||
| struct { | ||
| uint32_t reason | ||
| Error reason. More... | ||
| } error | ||
| }; | ||
Bluetooth LE connection parameter event.