Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dgeneric_client.h250 extern const struct bt_mesh_model_op bt_mesh_gen_location_cli_op[];
264 bt_mesh_gen_location_cli_op, cli_pub, cli_data, &bt_mesh_generic_client_cb)
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dgeneric_client.c669 const struct bt_mesh_model_op bt_mesh_gen_location_cli_op[] = { variable
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1155 extern const struct bt_mesh_model_op bt_mesh_gen_location_cli_op[];
1386 model->op = (esp_ble_mesh_model_op_t *)bt_mesh_gen_location_cli_op; in btc_ble_mesh_model_op_set()