mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-05 08:40:01 +00:00
nimble/transport: Add support fot extended advertising
Payload for extended advertising can be up to 255 bytes however maximum extended advertising event controllers sends to the host might have up to 274 X-Original-Commit: 2d8a77d92b0565badbe15db162f24f6a1e68791b
This commit is contained in:
@@ -40,3 +40,6 @@ syscfg.defs:
|
||||
This is the maximum size of the data portion of HCI ACL data
|
||||
packets. It does not include the HCI data header (of 4 bytes).
|
||||
value: 255
|
||||
|
||||
syscfg.vals.BLE_EXT_ADV:
|
||||
BLE_HCI_EVT_BUF_SIZE: 274
|
||||
|
||||
@@ -64,3 +64,5 @@ syscfg.defs:
|
||||
description: 'linux kernel device'
|
||||
value: 0
|
||||
|
||||
syscfg.vals.BLE_EXT_ADV:
|
||||
BLE_HCI_EVT_BUF_SIZE: 274
|
||||
|
||||
@@ -66,3 +66,6 @@ syscfg.defs:
|
||||
BLE_HCI_UART_FLOW_CTRL:
|
||||
description: 'Flow control used for HCI uart interface'
|
||||
value: HAL_UART_FLOW_CTL_RTS_CTS
|
||||
|
||||
syscfg.vals.BLE_EXT_ADV:
|
||||
BLE_HCI_EVT_BUF_SIZE: 274
|
||||
|
||||
Reference in New Issue
Block a user