Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH BlueZ] gap: Enable external flag
@ 2016-05-12 13:36 Francois Beaufort
  2016-05-12 13:36 ` Francois Beaufort
  0 siblings, 1 reply; 6+ messages in thread
From: Francois Beaufort @ 2016-05-12 13:36 UTC (permalink / raw)
  To: linux-bluetooth

This enable GAP Characteristics to be accessed over D-Bus.


Francois Beaufort (1):
  gap: Enable external flag

 profiles/gap/gas.c | 1 +
 1 file changed, 1 insertion(+)

-- 
2.7.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH BlueZ] gap: Enable external flag
  2016-05-12 13:36 Francois Beaufort
@ 2016-05-12 13:36 ` Francois Beaufort
  0 siblings, 0 replies; 6+ messages in thread
From: Francois Beaufort @ 2016-05-12 13:36 UTC (permalink / raw)
  To: linux-bluetooth

---
 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH BlueZ] gap: Enable external flag
@ 2016-05-12 13:48 Francois Beaufort
  2016-05-12 13:48 ` Francois Beaufort
  0 siblings, 1 reply; 6+ messages in thread
From: Francois Beaufort @ 2016-05-12 13:48 UTC (permalink / raw)
  To: linux-bluetooth

This enable GAP Characteristics to be accessed over D-Bus.

In Web Bluetooth world, we would like developers to access GAP characteristics
the same way they already do with other characteristics. Sadly,
`generic_access` service seems to be unaccessible when not marked as `external`.


Francois Beaufort (1):
  gap: Enable external flag

 profiles/gap/gas.c | 1 +
 1 file changed, 1 insertion(+)

-- 
2.7.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH BlueZ] gap: Enable external flag
  2016-05-12 13:48 [PATCH BlueZ] gap: Enable external flag Francois Beaufort
@ 2016-05-12 13:48 ` Francois Beaufort
  0 siblings, 0 replies; 6+ messages in thread
From: Francois Beaufort @ 2016-05-12 13:48 UTC (permalink / raw)
  To: linux-bluetooth

---
 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH BlueZ] gap: Enable external flag
@ 2016-05-12 13:53 Francois Beaufort
  2016-05-12 13:53 ` Francois Beaufort
  0 siblings, 1 reply; 6+ messages in thread
From: Francois Beaufort @ 2016-05-12 13:53 UTC (permalink / raw)
  To: linux-bluetooth

This enable GAP Characteristics to be accessed over D-Bus.

In Web Bluetooth world, we would like developers to access GAP characteristics
the same way they already do with other characteristics. Sadly,
`generic_access` service seems to be unaccessible when not marked as `external`.


Francois Beaufort (1):
  gap: Enable external flag

 profiles/gap/gas.c | 1 +
 1 file changed, 1 insertion(+)

-- 
2.7.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH BlueZ] gap: Enable external flag
  2016-05-12 13:53 Francois Beaufort
@ 2016-05-12 13:53 ` Francois Beaufort
  0 siblings, 0 replies; 6+ messages in thread
From: Francois Beaufort @ 2016-05-12 13:53 UTC (permalink / raw)
  To: linux-bluetooth

---
 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-05-12 13:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-12 13:48 [PATCH BlueZ] gap: Enable external flag Francois Beaufort
2016-05-12 13:48 ` Francois Beaufort
  -- strict thread matches above, loose matches on Subject: below --
2016-05-12 13:53 Francois Beaufort
2016-05-12 13:53 ` Francois Beaufort
2016-05-12 13:36 Francois Beaufort
2016-05-12 13:36 ` Francois Beaufort

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox