samples: bluetooth: peripheral_hr: Fix advertising UUID16 service list
CTS UUID was used instead of DIS UUID Signed-off-by: Nick Ward <nix.ward@gmail.com>
This commit is contained in:
parent
60ca2333dc
commit
537f3332f0
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ struct bt_conn *default_conn;
|
|||
|
||||
static const struct bt_data ad[] = {
|
||||
BT_DATA_BYTES(BT_DATA_FLAGS, (BT_LE_AD_GENERAL | BT_LE_AD_NO_BREDR)),
|
||||
BT_DATA_BYTES(BT_DATA_UUID16_ALL, 0x0d, 0x18, 0x0f, 0x18, 0x05, 0x18),
|
||||
BT_DATA_BYTES(BT_DATA_UUID16_ALL, 0x0d, 0x18, 0x0f, 0x18, 0x0a, 0x18),
|
||||
};
|
||||
|
||||
static void connected(struct bt_conn *conn, u8_t err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue