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