Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprov.c1283 } prov_handlers[] = { variable
1457 if (type >= ARRAY_SIZE(prov_handlers)) { in prov_msg_recv()
1469 if (1 + prov_handlers[type].len != link.rx.buf->len) { in prov_msg_recv()
1481 prov_handlers[type].func(&link.rx.buf->data[1]); in prov_msg_recv()
1688 if (type >= ARRAY_SIZE(prov_handlers)) { in bt_mesh_pb_gatt_recv()
1700 if (prov_handlers[type].len != buf->len) { in bt_mesh_pb_gatt_recv()
1710 prov_handlers[type].func(buf->data); in bt_mesh_pb_gatt_recv()
Dprovisioner_prov.c2672 } prov_handlers[] = { variable
2865 if (1 + prov_handlers[type].len != link[idx].rx.buf->len) {
2879 prov_handlers[type].func(idx, &link[idx].rx.buf->data[1]);
3165 if (prov_handlers[type].len != buf->len) {
3170 prov_handlers[type].func(idx, buf->data);