--- profiles/gap/gas.c | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/gap/gas.c b/profiles/gap/gas.c index 35b996c..e3b2c40 100644 --- a/profiles/gap/gas.c +++ b/profiles/gap/gas.c @@ -306,6 +306,7 @@ static int gap_driver_accept(struct btd_service *service) static struct btd_profile gap_profile = { .name = "gap-profile", .remote_uuid = GAP_UUID, + .external = true, .device_probe = gap_driver_probe, .device_remove = gap_driver_remove, .accept = gap_driver_accept -- 2.7.0 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html