nimble/host: Fix invalid symbol name

This can be considered API change but the symbol name is obviously
invalid as it does not follow naming scheme so let's change it anyway.

X-Original-Commit: ea901abcdf35a2ca433bf7624956b02b0839d730
This commit is contained in:
Andrzej Kaczmarek
2017-09-25 00:36:19 +02:00
parent 5214fd372c
commit 5a15974c6d
+1 -1
View File
@@ -686,7 +686,7 @@ int ble_gap_set_priv_mode(const ble_addr_t *peer_addr, uint8_t priv_mode);
#define BLE_GAP_LE_PHY_1M 1
#define BLE_GAP_LE_PHY_2M 2
#define BLE_GAP_LE_CODED 3
#define BLE_GAP_LE_PHY_CODED 3
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