メモ
差分 app_timer.h
nRF_libraries: 3.0.1
APP_TIMER_INIT(PRESCALER, MAX_TIMERS, OP_QUEUES_SIZE, USE_SCHEDULER)
nRF_libraries: 3.1.0(SDK10)
APP_TIMER_INIT(PRESCALER,OP_QUEUES_SIZE,SCHEDULER_FUNC);
APP_TIMER_INTマクロのMAX_TIMES変数が廃止。
sd_app_evt_wait
sd_app_evt_waitは、#include "nrf_sdm.h"で使えるようになる。
type
BLE_UUID_TYPE_VENDOR_BEGINは、S110のSDK 8のble_types.hで定義
https://developer.nordicsemi.com/nRF51_SDK/nRF51_SDK_v8.x.x/doc/8.0.0/s110/html/a00864.html
Service UUID definitions
Service UUID definitions
ble_srv_common.h で定義