mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
fix(nimble): Fix compilation issues in Gatt SPS service
This commit is contained in:
@@ -31,7 +31,8 @@ gatt_svr_init(void)
|
||||
#if MYNEWT_VAL(BLE_GATTS)
|
||||
ble_svc_gatt_init();
|
||||
#endif
|
||||
#if MYNEWT_VAL(BLE_GATTS) && CONFIG_BT_NIMBLE_RAS_SERVICE
|
||||
ble_svc_ras_init();
|
||||
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -31,7 +31,8 @@ custom_gatt_svr_init(void)
|
||||
#if MYNEWT_VAL(BLE_GATTS)
|
||||
ble_svc_gatt_init();
|
||||
#endif
|
||||
#if MYNEWT_VAL(BLE_GATTS) && CONFIG_BT_NIMBLE_RAS_SERVICE
|
||||
ble_svc_ras_init();
|
||||
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -123,7 +123,7 @@ gatt_svr_init(void)
|
||||
#if MYNEWT_VAL(BLE_GATTS)
|
||||
ble_svc_gatt_init();
|
||||
#endif
|
||||
#if CONFIG_BT_NIMBLE_ANS_SERVICE
|
||||
#if CONFIG_BT_NIMBLE_HTP_SERVICE
|
||||
ble_svc_htp_init();
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user