Nimble: Enable ANS service by default in nimble examples

pull/9840/head
Rahul Tank 2022-09-07 17:19:55 +05:30
rodzic 6e6c8135d5
commit fcfef95fa7
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -25,6 +25,7 @@
#include "services/gap/ble_svc_gap.h"
#include "services/gatt/ble_svc_gatt.h"
#include "bleprph.h"
#include "services/ans/ble_svc_ans.h"
/**
* The vendor specific security test service consists of two characteristics:
@ -195,6 +196,7 @@ gatt_svr_init(void)
ble_svc_gap_init();
ble_svc_gatt_init();
ble_svc_ans_init();
rc = ble_gatts_count_cfg(gatt_svr_svcs);
if (rc != 0) {