@@ -50,8 +50,8 @@ extern "C" {
50
50
51
51
#include " nrf_ble_hci.h"
52
52
53
- #include " nRF5XPalGattClient .h"
54
- #include " nRF5XPalSecurityManager .h"
53
+ #include " nRF5xPalGattClient .h"
54
+ #include " nRF5xPalSecurityManager .h"
55
55
56
56
57
57
bool isEventsSignaled = false ;
@@ -163,7 +163,7 @@ error_t btle_init(void)
163
163
164
164
void btle_handler (ble_evt_t *p_ble_evt)
165
165
{
166
- using ble::pal::vendor::nordic::nRF5XGattClient ;
166
+ using ble::pal::vendor::nordic::nRF5xGattClient ;
167
167
using ble::pal::vendor::nordic::nRF5xSecurityManager;
168
168
169
169
/* Library service handlers */
@@ -179,7 +179,7 @@ void btle_handler(ble_evt_t *p_ble_evt)
179
179
#endif
180
180
181
181
#if !defined(TARGET_MCU_NRF51_16K_S110) && !defined(TARGET_MCU_NRF51_32K_S110)
182
- nRF5XGattClient ::handle_events (p_ble_evt);
182
+ nRF5xGattClient ::handle_events (p_ble_evt);
183
183
#endif
184
184
185
185
nRF5xn &ble = nRF5xn::Instance (BLE::DEFAULT_INSTANCE);
@@ -222,7 +222,7 @@ void btle_handler(ble_evt_t *p_ble_evt)
222
222
223
223
#if !defined(TARGET_MCU_NRF51_16K_S110) && !defined(TARGET_MCU_NRF51_32K_S110)
224
224
// Close all pending discoveries for this connection
225
- nRF5XGattClient ::handle_connection_termination (handle);
225
+ nRF5xGattClient ::handle_connection_termination (handle);
226
226
#endif
227
227
228
228
gap.processDisconnectionEvent (handle, reason);
0 commit comments