nimble/host: Add symbol for 'any' phy mask

X-Original-Commit: adafefef38376f7aeea5ec2080d1162182bea760
This commit is contained in:
Andrzej Kaczmarek
2017-09-25 12:49:13 +02:00
parent 5214fd372c
commit a3a94a3ffc
+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);