Hi
on nrf52832 ble_app_uart how can change MTU size and LL payload size? have any source ? or example ?
or any change MTU and payload example ?
( for BT4.2 ~ BT4.0 )
thanks.
Hi
on nrf52832 ble_app_uart how can change MTU size and LL payload size? have any source ? or example ?
or any change MTU and payload example ?
( for BT4.2 ~ BT4.0 )
thanks.
This is usually handled by the GATT module.
You set the ATT MTU with nrf_ble_gatt_att_mtu_periph_set()?
Have you tried setting the data length with nrf_ble_gatt_data_length_set()?
This is usually handled by the GATT module.
You set the ATT MTU with nrf_ble_gatt_att_mtu_periph_set()?
Have you tried setting the data length with nrf_ble_gatt_data_length_set()?