Configuration structure for Tx and Rx ACL Data Buffers required by the BLE Stack.
All the configurations specified are valid per connection and all the supported LL connections will have same capability.
Data Fields | |
uint16_t | dleMaxTxCapability |
Tx buffer size configuration for the BLE Stack per the LL Connection. | |
uint16_t | dleMaxRxCapability |
Rx buffer size configuration for the BLE Stack per the LL Connection. | |
uint8_t | dleNumTxBuffer |
Total number of Tx buffer configuration per LL Connection for the BLE Stack. | |
uint8_t | dleNumRxBuffer |
Total number of Rx buffer configuration per LL Connection for BLE Stack. | |