Example #1
0
void sap_manager_exit(void)
{
	btd_profile_unregister(&sap_profile);
}
Example #2
0
static void heartrate_exit(void)
{
	btd_profile_unregister(&hrp_profile);
}
Example #3
0
static void input_exit(void)
{
    btd_profile_unregister(&input_profile);
}
static void scan_param_exit(void)
{
	btd_profile_unregister(&scan_profile);
}
Example #5
0
static void gap_exit(void)
{
	btd_profile_unregister(&gap_profile);
}
Example #6
0
void thermometer_manager_exit(void)
{
	btd_profile_unregister(&thermometer_profile);
}
static void cyclingspeed_exit(void)
{
	btd_profile_unregister(&cscp_profile);
}