Hi!
I'm studying the basic codes of the BLE Blinky Application for peripheral!
(https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fble_sdk_app_blinky.html)
Here I have some questions. Can someone help me find out
1. BLE_LBS_DEF(m_lbs); /**< LED Button Service instance. */
2. NRF_BLE_GATT_DEF(m_gatt); /**< GATT module instance. */
what codes 1 and 2 do? Why do we use these codes?
And what does "instance" exactly mean here?
Thanks:)