From 4163d2eb57800152df2d8adc265fabbe20bbf6e9 Mon Sep 17 00:00:00 2001 From: Milanka Ringwald Date: Mon, 5 Nov 2018 11:16:17 +0100 Subject: [PATCH] nordic_spp: fix UUID --- example/nordic_spp_le_counter.c | 2 +- example/nordic_spp_le_streamer.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/nordic_spp_le_counter.c b/example/nordic_spp_le_counter.c index f931ffed7..2c103b1e5 100644 --- a/example/nordic_spp_le_counter.c +++ b/example/nordic_spp_le_counter.c @@ -78,7 +78,7 @@ const uint8_t adv_data[] = { // Name 8, BLUETOOTH_DATA_TYPE_COMPLETE_LOCAL_NAME, 'n', 'R', 'F',' ', 'S', 'P', 'P', // UUID ... - 17, BLUETOOTH_DATA_TYPE_COMPLETE_LIST_OF_128_BIT_SERVICE_CLASS_UUIDS, 0x6e, 0x40, 0x0, 0x1, 0xc3, 0x52, 0x11, 0xe5, 0x95, 0x3d, 0x0, 0x2, 0xa5, 0xd5, 0xc5, 0x1b, + 17, BLUETOOTH_DATA_TYPE_COMPLETE_LIST_OF_128_BIT_SERVICE_CLASS_UUIDS, 0x9e, 0xca, 0xdc, 0x24, 0xe, 0xe5, 0xa9, 0xe0, 0x93, 0xf3, 0xa3, 0xb5, 0x1, 0x0, 0x40, 0x6e, }; const uint8_t adv_data_len = sizeof(adv_data); diff --git a/example/nordic_spp_le_streamer.c b/example/nordic_spp_le_streamer.c index 8c20b216b..c6b7c57da 100644 --- a/example/nordic_spp_le_streamer.c +++ b/example/nordic_spp_le_streamer.c @@ -75,7 +75,7 @@ const uint8_t adv_data[] = { // Name 8, BLUETOOTH_DATA_TYPE_COMPLETE_LOCAL_NAME, 'n', 'R', 'F',' ', 'S', 'P', 'P', // UUID ... - 17, BLUETOOTH_DATA_TYPE_COMPLETE_LIST_OF_128_BIT_SERVICE_CLASS_UUIDS, 0x6e, 0x40, 0x0, 0x1, 0xc3, 0x52, 0x11, 0xe5, 0x95, 0x3d, 0x0, 0x2, 0xa5, 0xd5, 0xc5, 0x1b, + 17, BLUETOOTH_DATA_TYPE_COMPLETE_LIST_OF_128_BIT_SERVICE_CLASS_UUIDS, 0x9e, 0xca, 0xdc, 0x24, 0xe, 0xe5, 0xa9, 0xe0, 0x93, 0xf3, 0xa3, 0xb5, 0x1, 0x0, 0x40, 0x6e, }; const uint8_t adv_data_len = sizeof(adv_data);