mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-19 07:29:54 +00:00
MYNEWT-642 Eddystone buf: one byte too large.
X-Original-Commit: 6af94808683a2cf2233fc70415273033e72fd909
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include "host/ble_hs_adv.h"
|
||||
#include "ble_hs_priv.h"
|
||||
|
||||
#define BLE_EDDYSTONE_MAX_SVC_DATA_LEN 23
|
||||
#define BLE_EDDYSTONE_MAX_SVC_DATA_LEN 22
|
||||
#define BLE_EDDYSTONE_SVC_DATA_BASE_SZ 3
|
||||
|
||||
#define BLE_EDDYSTONE_SERVICE_UUID 0xfeaa
|
||||
|
||||
Reference in New Issue
Block a user