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
713 if (buf->len < gen_prov[GPCF(rx->gpc)].min_len) { in gen_prov_recv()
714 LOG_ERR("Too short GPC message type %u", GPCF(rx->gpc)); in gen_prov_recv()
719 gen_prov[GPCF(rx->gpc)].require_link) { in gen_prov_recv()
724 gen_prov[GPCF(rx->gpc)].func(rx, buf); in gen_prov_recv()