mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-06-06 05:14:45 +00:00
fix(nimble): Adjust Data len time in case 5.0 support is not present
This commit is contained in:
@@ -1483,7 +1483,11 @@ struct ble_hci_vs_duplicate_exception_list_cp {
|
||||
#define BLE_HCI_SUGG_DEF_DATALEN_TX_OCTETS_MIN (0x001b)
|
||||
#define BLE_HCI_SUGG_DEF_DATALEN_TX_OCTETS_MAX (0x00fb)
|
||||
#define BLE_HCI_SUGG_DEF_DATALEN_TX_TIME_MIN (0x0148)
|
||||
#if BLE_50_FEATURE_SUPPORT
|
||||
#define BLE_HCI_SUGG_DEF_DATALEN_TX_TIME_MAX (0x4290)
|
||||
#else
|
||||
#define BLE_HCI_SUGG_DEF_DATALEN_TX_TIME_MAX (0x0848)
|
||||
#endif
|
||||
|
||||
/* --- LE read maximum default PHY (OCF 0x0030) */
|
||||
#define BLE_HCI_LE_PHY_1M (1)
|
||||
|
||||
Reference in New Issue
Block a user