Searched refs:GPCF (Results 1 – 2 of 2) sorted by relevance
69 #define GPCF(gpc) (gpc & 0x03) macro1613 if (buf->len < gen_prov[GPCF(rx->gpc)].min_len) { in gen_prov_recv()1614 BT_ERR("Too short GPC message type %u", GPCF(rx->gpc)); in gen_prov_recv()1619 gen_prov[GPCF(rx->gpc)].require_link) { in gen_prov_recv()1624 gen_prov[GPCF(rx->gpc)].func(rx, buf); in gen_prov_recv()
71 #define GPCF(gpc) (gpc & 0x03) macro3052 if (buf->len < gen_prov[GPCF(rx->gpc)].min_len) {3053 BT_ERR("Too short GPC message type %u", GPCF(rx->gpc));3064 gen_prov[GPCF(rx->gpc)].require_link) {3069 gen_prov[GPCF(rx->gpc)].func(idx, rx, buf);