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:
Łukasz Rymanowski
2017-07-06 14:34:39 +02:00
parent 7dc864701f
commit 84b0928a32
3 changed files with 8 additions and 0 deletions
+3
View File
@@ -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
+2
View File
@@ -64,3 +64,5 @@ syscfg.defs:
description: 'linux kernel device'
value: 0
syscfg.vals.BLE_EXT_ADV:
BLE_HCI_EVT_BUF_SIZE: 274
+3
View File
@@ -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