From 5a15974c6df2d00403b2c76d7930d52f4a6be8f4 Mon Sep 17 00:00:00 2001 From: Andrzej Kaczmarek Date: Sun, 24 Sep 2017 23:23:58 +0200 Subject: [PATCH] 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 --- nimble/host/include/host/ble_gap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nimble/host/include/host/ble_gap.h b/nimble/host/include/host/ble_gap.h index dc96eb75b..82e10b975 100644 --- a/nimble/host/include/host/ble_gap.h +++ b/nimble/host/include/host/ble_gap.h @@ -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