This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

UUID setting method

I would like to set the UUID below, so please tell me how to set it.
 1)base UUID:
 2)Service UUID:
 3)Status Characteristics UUID:
 4)Control Characteristics UUID:
 5)Blood Pressure Characteristics UUID:
 6)PluseWave Characteristics UUID:
 7)Offset Characteristics UUID:
Thank you very much.

Parents Reply
  • The following program causes an error.
    Please tell me how to resolve.
    -------------------------------------------------------------------------------------------
    #define BLE_CUS_DEF(_name) static ble_cus_t _name;
    NRF_SDH_BLE_OBSERVER(_name ## _obs, BLE_HRS_BLE_OBSERVER_PRIO, ble_cus_on_ble_evt, &_name)
    -------------------------------------------------------------------------------------------
    Supplement:
    The error doesn't seem to occur in the Mac development environment.

Children
No Data
Related