I am trying to change the default ATT_MTU size from 23 to 64.
my code uses Ble_nus service and Eddystone_Service.
Eddystone service is in connectable mode and it's where the advertisement starts.
Question: Can I change the ATT_MTU for Eddystone service using
nrf_ble_gatt_att_mtu_periph_set(&m_gatt, 64);
OR is there any restriction for Eddystone service