mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-06 01:00:03 +00:00
Merge pull request #572 from andrzej-kaczmarek/nimble-host-symbol-fix
nimble/host: Add symbol for 'any' phy mask X-Original-Commit: 1bb6153698c9bd60b04e8627a6127c19f04f5fca
This commit is contained in:
@@ -692,6 +692,7 @@ int ble_gap_read_le_phy(uint16_t conn_handle, uint8_t *tx_phy, uint8_t *rx_phy);
|
||||
#define BLE_GAP_LE_PHY_1M_MASK 0x01
|
||||
#define BLE_GAP_LE_PHY_2M_MASK 0x02
|
||||
#define BLE_GAP_LE_PHY_CODED_MASK 0x04
|
||||
#define BLE_GAP_LE_PHY_ANY_MASK 0x0F
|
||||
int ble_gap_set_prefered_default_le_phy(uint8_t tx_phys_mask,
|
||||
uint8_t rx_phys_mask);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user