Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfs/src/internal/
Dnrfs_dispatcher.c86 uint8_t srv_id = NRFS_SERVICE_ID_GET(p_hdr->req); in nrfs_dispatcher_notify() local
88 if ((srv_id < NRFS_ARRAY_SIZE(services_callbacks)) && in nrfs_dispatcher_notify()
89 (services_callbacks[srv_id] != NULL)) { in nrfs_dispatcher_notify()
90 services_callbacks[srv_id](p_notification, size); in nrfs_dispatcher_notify()