mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-13 21:47:53 +00:00
nimble/ll: Require 257 bytes HCI events when enabling fake dual-mode
Some BR/EDR commands eg. Read Local Name command have fixed (max allowed HCI event size) return values. If event size is smaller it results in assert.
This commit is contained in:
@@ -23,3 +23,5 @@ syscfg.defs:
|
||||
device. It can be initialized and used by Windows 10 to some
|
||||
extent.
|
||||
value: 0
|
||||
restrictions:
|
||||
- '(BLE_TRANSPORT_EVT_SIZE == 257) if 1'
|
||||
|
||||
Reference in New Issue
Block a user