Scan Parameters Service Declarations.
Copyright (c) 2017-2018 Microchip Technology Inc. and its subsidiaries.
Macros | |
#define | APP_SCP_ADV_TIMEOUT (655) |
APP_BAS_ADV_TIMEOUT Advertising time-out between 0x0001 and 0x3FFF in seconds, 0x0000 disables time-out. More... | |
#define | APP_SCP_FAST_ADV (100) |
APP_BAS_FAST_ADV between 0x0020 and 0x4000 in 0.625 ms units (20ms to 10.24s). More... | |
Functions | |
void | timer_callback_handler (void) |
callback handler called on timer expiry More... | |
#define APP_SCP_ADV_TIMEOUT (655) |
APP_BAS_ADV_TIMEOUT Advertising time-out between 0x0001 and 0x3FFF in seconds, 0x0000 disables time-out.
Referenced by sps_service_advertise().
#define APP_SCP_FAST_ADV (100) |
APP_BAS_FAST_ADV between 0x0020 and 0x4000 in 0.625 ms units (20ms to 10.24s).
Referenced by sps_service_advertise().
void timer_callback_handler | ( | void | ) |
callback handler called on timer expiry
callback handler called on timer expiry
Timer Callback.
Timer call back handler called on timer expiry.
callback handler called on timer expiry
Timer call back handler called on timer expiry.
Timer Callback.
Timer call back handler called on timer expiry.
References app_init_done, at_ble_event_user_defined_post(), and hw_timer_stop().