Home
last modified time | relevance | path

Searched refs:id (Results 1 – 2 of 2) sorted by relevance

/mcumgr-2.7.6/mgmt/include/mgmt/
Dmgmt.h121 typedef void mgmt_on_evt_cb(uint8_t opcode, uint16_t group, uint8_t id,
448 void mgmt_evt(uint8_t opcode, uint16_t group, uint8_t id, void *arg);
/mcumgr-2.7.6/mgmt/src/
Dmgmt.c220 mgmt_evt(uint8_t opcode, uint16_t group, uint8_t id, void *arg) in mgmt_evt() argument
223 evt_cb(opcode, group, id, arg); in mgmt_evt()