[PATCH BlueZ 24/25] broadcaster: Update some data of already broadcast value

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



To update previously set data, it is necessary to use same Service UUID
or Company Identifier Code in SetServiceData() and
SetManufacturerData().
---
 src/adapter.c |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/adapter.c b/src/adapter.c
index 9c99070..96badfd 100644
--- a/src/adapter.c
+++ b/src/adapter.c
@@ -1570,6 +1570,10 @@ static void bcast_session_exit(DBusConnection *conn, void *user_data)
 static void update_adv_data(struct btd_adapter *adapter,
 		struct bcast_session *session, uint8_t *data, int size)
 {
+	session->data_len = size;
+	memcpy(session->data, data, size);
+
+	restore_bcast_type(adapter, session->data_type);
 }
 
 void adapter_set_controller_data_failed(struct btd_adapter *adapter)
-- 
1.7.9.5

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


[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux