26 CUSTOM_CHR_F_READ = 0x01,
27 CUSTOM_CHR_F_WRITE = 0x02,
28 CUSTOM_CHR_F_NOTIFY = 0x04,
36 }
typedef SProtoNimblePrphCustomChar;
44 SProtoNimblePrphCustomChar chr[];
45 }
typedef SProtoNimblePrphCustomSvc;
73 ble_gatt_chr_def *chrs;
74 std::vector<SCustomChar> vchars;
75 std::vector<SCustomCharCb *> vcbs;
77#ifdef CONFIG_DAWN_IO_NOTIFY
78 static int notifierCb(
void *priv,
io_ddata_t *data);
80 static int callback(uint16_t conn_handle,
82 struct ble_gatt_access_ctxt *ctxt,