examples-le: set BR/EDT not supported Flag in Advertisement for LE only examples

This commit is contained in:
Matthias Ringwald 2016-06-07 21:56:18 +02:00
parent fc966bd3c6
commit 65724832b5
3 changed files with 4 additions and 4 deletions

View File

@ -73,8 +73,8 @@
#include "ancs_client_demo.h"
static const uint8_t adv_data[] = {
// Flags general discoverable
0x02, 0x01, 0x02,
// Flags general discoverable, BR/EDR not supported
0x02, 0x01, 0x06,
// Name
0x05, 0x09, 'A', 'N', 'C', 'S',
// Service Solicitation, 128-bit UUIDs - ANCS (little endian)

View File

@ -78,7 +78,7 @@ static void heartbeat_handler(struct btstack_timer_source *ts);
static void beat(void);
const uint8_t adv_data[] = {
// Flags general discoverable
// Flags general discoverable, BR/EDR not supported
0x02, 0x01, 0x06,
// Name
0x0b, 0x09, 'L', 'E', ' ', 'C', 'o', 'u', 'n', 't', 'e', 'r',

View File

@ -64,7 +64,7 @@ static void streamer(void);
static btstack_packet_callback_registration_t hci_event_callback_registration;
const uint8_t adv_data[] = {
// Flags general discoverable
// Flags general discoverable, BR/EDR not supported
0x02, 0x01, 0x06,
// Name
0x0c, 0x09, 'L', 'E', ' ', 'S', 't', 'r', 'e', 'a', 'm', 'e', 'r',