service->auto_connect = value;
}
+bool btd_service_get_auto_connect(const struct btd_service *service)
+{
+ return service->auto_connect;
+}
+
unsigned int btd_service_add_state_cb(btd_service_state_cb cb, void *user_data)
{
struct service_state_callback *state_cb;
uint16_t btd_service_get_version(const struct btd_service *service);
void btd_service_set_auto_connect(struct btd_service *service, bool value);
+bool btd_service_get_auto_connect(const struct btd_service *service);
unsigned int btd_service_add_state_cb(btd_service_state_cb cb,
void *user_data);