Hello,
I'm trying to understand if I can use BLE GATT Queue in my peripheral for sending Notifications. All the example and documentation about BLE GATT Queue seem to be for central rather than peripherals
my ultimate goal is to have a tx queue in SoftDevice as big as possible, I have already tried increasing NRF_SDH_BLE_GAP_EVENT_LENGTH and NRF_SDH_BLE_GATT_MAX_MTU_SIZE, but it doesn't seem to have the desired effect and it seems that changing directly ble_gatts_conn_cfg_t::hvn_tx_queue_size is not allowed/recommended