File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
examples/Bluetooth_5/NimBLE_extended_server Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ void setup() {
122
122
" This example message is 226 bytes long "
123
123
" and is using CODED_PHY for long range." ));
124
124
125
- extAdv.setCompleteServices16 ({NimBLEUUID (SERVICE_UUID)});
126
125
extAdv.setName (" Extended advertiser" );
127
126
128
127
/* * When extended advertising is enabled `NimBLEDevice::getAdvertising` returns a pointer to `NimBLEExtAdvertising */
Original file line number Diff line number Diff line change 263
263
#define CONFIG_BT_NIMBLE_TRANSPORT_ACL_SIZE 255
264
264
265
265
/** @brief HCI Event Buffer size */
266
- #if CONFIG_BT_NIMBLE_EXT_ADV || CONFIG_BT_NIMBLE_ENABLE_PERIODIC_ADV
266
+ #if CONFIG_BT_NIMBLE_EXT_ADV
267
267
# define CONFIG_BT_NIMBLE_HCI_EVT_BUF_SIZE 257
268
268
#else
269
269
# define CONFIG_BT_NIMBLE_HCI_EVT_BUF_SIZE 70
You can’t perform that action at this time.
0 commit comments