mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-01 06:40:08 +00:00
nimble: Fix HCI LE Set Data Length parameters range
In Core specification 5.0 upper limit for TxTime is 17040 (0x4290). X-Original-Commit: 61df8cfc85ae6cf062fc3d44999daec4869eb0c8
This commit is contained in:
@@ -420,7 +420,7 @@ extern "C" {
|
||||
#define BLE_HCI_SET_DATALEN_TX_OCTETS_MIN (0x001b)
|
||||
#define BLE_HCI_SET_DATALEN_TX_OCTETS_MAX (0x00fb)
|
||||
#define BLE_HCI_SET_DATALEN_TX_TIME_MIN (0x0148)
|
||||
#define BLE_HCI_SET_DATALEN_TX_TIME_MAX (0x0848)
|
||||
#define BLE_HCI_SET_DATALEN_TX_TIME_MAX (0x4290)
|
||||
|
||||
/* --- LE read suggested default data length (OCF 0x0023) */
|
||||
#define BLE_HCI_RD_SUGG_DATALEN_RSPLEN (4)
|
||||
|
||||
Reference in New Issue
Block a user