2025-09-02 20:49:46 +02:00
|
|
|
mynewt-nimble/nimble/host/services/ans/src/ble_svc_ans.c
|
|
|
|
|
mynewt-nimble/nimble/host/services/ans/include
|
2026-02-19 00:07:07 -05:00
|
|
|
#include "services/ans/ble_svc_ans.h"
|
2025-02-12 19:16:09 +08:00
|
|
|
#include "crypto/controlse/ccertificate.hxx"
|
2026-02-19 00:07:07 -05:00
|
|
|
* notifications for the ANS Unread Alert Status characteristic
|
2025-02-12 19:16:09 +08:00
|
|
|
object = new Controlse::CCertificate(
|
|
|
|
|
Controlse::CCertificate cert(se, settings->key_id);
|
|
|
|
|
auto certificate = Controlse::CCertificate(
|
2026-05-23 10:23:47 +08:00
|
|
|
* |---------- [-rw-r--r-- 15] afile.txt
|
|
|
|
|
g_afile.name = "afile.txt";
|
2026-06-29 13:22:43 -04:00
|
|
|
"*.deh", "*.hhe", "*.seh", NULL);
|
|
|
|
|
MUSIC("introa"), MUSIC("runnin"), MUSIC("stalks"), MUSIC("countd"),
|
|
|
|
|
MUSIC("betwee"), MUSIC("doom"), MUSIC("the_da"), MUSIC("shawn"),
|
|
|
|
|
MUSIC("messag"), MUSIC("count2"), MUSIC("ddtbl3"), MUSIC("ampie"),
|
|
|
|
|
MUSIC("tense"), MUSIC("shawn3"), MUSIC("openin"), MUSIC("evil"),
|
2026-07-14 10:55:07 +02:00
|
|
|
/* ANS service */
|