We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710c89e commit bd05d00Copy full SHA for bd05d00
modules/openthread/platform/ble.c
@@ -34,9 +34,6 @@
34
35
LOG_MODULE_REGISTER(LOG_MODULE_NAME);
36
37
-#define DEVICE_NAME CONFIG_BT_DEVICE_NAME
38
-#define DEVICE_NAME_LEN (sizeof(DEVICE_NAME) - 1)
39
-
40
/* BLE connection constants as defined in thread specification. */
41
#define TOBLE_SERVICE_UUID 0xfffb
42
#define RX_CHARACTERISTIC_UUID \
0 commit comments