mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 02:37:19 +02:00
Merge branch 'feature/add_periodic_helper_macros_v5.0' into 'release/v5.0'
Nimble: Add helper macros to set interval min / max for periodic adv (v5.0) See merge request espressif/esp-idf!21620
This commit is contained in:
Submodule components/bt/host/nimble/nimble updated: df2b82880e...9a355b2b59
@ -1214,6 +1214,8 @@ struct ble_hci_vs_rd_static_addr_rp {
|
||||
#define BLE_HCI_ADV_ITVL_DEF (0x800) /* 1.28 seconds */
|
||||
#define BLE_HCI_ADV_CHANMASK_DEF (0x7) /* all channels */
|
||||
|
||||
#define BLE_HCI_PERIODIC_ADV_ITVL (1250) /* usecs */
|
||||
|
||||
/* Set scan parameters */
|
||||
#define BLE_HCI_SCAN_TYPE_PASSIVE (0)
|
||||
#define BLE_HCI_SCAN_TYPE_ACTIVE (1)
|
||||
|
Reference in New Issue
Block a user