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:
Andrzej Kaczmarek
2017-09-26 22:00:07 +02:00
committed by GitHub
+1
View File
@@ -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);