Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprov.c69 #define GPCF(gpc) (gpc & 0x03) macro
1613 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()
Dprovisioner_prov.c71 #define GPCF(gpc) (gpc & 0x03) macro
3052 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);