SmartSnippets DA1459x SDK
tps.h
Go to the documentation of this file.
1 
43 #ifndef TPS_H_
44 #define TPS_H_
45 
46 #include <stdint.h>
47 #include "ble_service.h"
48 
57 ble_service_t *tps_init(int8_t level);
58 
59 #endif /* TPS_H_ */
60 
tps_init
ble_service_t * tps_init(int8_t level)
ble_service.h
Services handling routines API.
ble_service
Definition: ble_service.h:132