seos_service_uuid.inc 400 B

123456789
  1. #include <ble/core/auto/ble_types.h>
  2. #define BLE_SVC_SEOS_UUID \
  3. {0x02, 0x00, 0x00, 0x7a, 0x17, 0x00, 0x00, 0x80, 0x00, 0x10, 0x00, 0x00, 0x00, 0x98, 0x00, 0x00 }
  4. #define BLE_SVC_SEOS_CHAR_UUID \
  5. {0x02, 0x00, 0x00, 0x7a, 0x17, 0x00, 0x00, 0x80, 0x00, 0x10, 0x00, 0x00, 0x00, 0xaa, 0x00, 0x00}
  6. static const Service_UUID_t service_uuid = { .Service_UUID_128 = BLE_SVC_SEOS_UUID };