Chengdu Ebyte Electronic Technology Co.,Ltd. E73-TBX User Manual
Copyright ©2012–2019
,
Chengdu Ebyte Electronic Technology Co.,Ltd.
25
Power_management_init(); //Power management initialization, necessary
Ble_stack_init()// protocol stack initialization, necessary
Gap_params_init(); // Initialization of the GAP parameter, necessary
Gatt_init(); // GATT initialization, necessary
Services_init(); // Establishment of Bluetooth service
Advertising_init(); // broadcast data initialization, necessary
Conn_params_init(); //Connection parameter initialization, if you do not need to update the connection parameters after
the connection, It can be unnecessary.
5.
Peripheral TIMER
The nRF52832 series SoC has five TIMERs, the corresponding number is TIMER0-TIMER4. All of the 5 TIMERs can
operate in both the timing mode and the counting mode.