Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dpb_adv.c24 #define GPCF(gpc) (gpc & 0x03) macro
706 if (buf->len < gen_prov[GPCF(rx->gpc)].min_len) { in gen_prov_recv()
707 LOG_ERR("Too short GPC message type %u", GPCF(rx->gpc)); in gen_prov_recv()
712 gen_prov[GPCF(rx->gpc)].require_link) { in gen_prov_recv()
717 gen_prov[GPCF(rx->gpc)].func(rx, buf); in gen_prov_recv()