Hi. I have read the documentation and I have a couple of questions:
- What makes work different mesh_gatt and nrf_ble_gatt? Why can't they work together (maybe it's because of ATT_MTU, but I'm not sure).
- Why can I write and read a characteristic without function gatt_init in nrf5 sdk?
- how the characteristics created as in the BLE project in mesh will work? i created service and characteristics. they will communicate through the mesh gatt?