Home
last modified time | relevance | path

Searched refs:ESP_BLE_MESH_CID_NVAL (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/main/
Dmain.c229 ESP_BLE_MESH_MODEL_ID_SENSOR_CLI, ESP_BLE_MESH_CID_NVAL); in example_ble_mesh_provisioning_cb()
338 set.model_app_bind.company_id = ESP_BLE_MESH_CID_NVAL; in example_ble_mesh_config_client_cb()
345 wait_cid = ESP_BLE_MESH_CID_NVAL; in example_ble_mesh_config_client_cb()
348 param->status_cb.model_app_status.company_id == ESP_BLE_MESH_CID_NVAL) { in example_ble_mesh_config_client_cb()
353 set.model_app_bind.company_id = ESP_BLE_MESH_CID_NVAL; in example_ble_mesh_config_client_cb()
360 wait_cid = ESP_BLE_MESH_CID_NVAL; in example_ble_mesh_config_client_cb()
362 param->status_cb.model_app_status.company_id == ESP_BLE_MESH_CID_NVAL) { in example_ble_mesh_config_client_cb()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/main/
Dmain.c327 ESP_BLE_MESH_MODEL_ID_GEN_ONOFF_CLI, ESP_BLE_MESH_CID_NVAL); in example_ble_mesh_provisioning_cb()
401 set_state.model_app_bind.company_id = ESP_BLE_MESH_CID_NVAL; in example_ble_mesh_config_client_cb()
467 set_state.model_app_bind.company_id = ESP_BLE_MESH_CID_NVAL; in example_ble_mesh_config_client_cb()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning/
Dble_mesh_fast_prov_client_model.c385 ESP_BLE_MESH_MODEL_ID_GEN_ONOFF_CLI, ESP_BLE_MESH_CID_NVAL); in example_fast_prov_client_recv_status()
Dble_mesh_fast_prov_operation.c153 if (company_id == ESP_BLE_MESH_CID_NVAL) { in example_find_model()
Dble_mesh_fast_prov_server_model.c65 ESP_BLE_MESH_MODEL_ID_CONFIG_SRV, ESP_BLE_MESH_CID_NVAL); in get_cfg_srv_user_data()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/main/
Dmain.c293 ESP_BLE_MESH_MODEL_ID_GEN_ONOFF_CLI, ESP_BLE_MESH_CID_NVAL); in example_provisioning_callback()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/tutorial/
DBLE_Mesh_Fast_Prov_Client_Example_Walkthrough.md104 … ESP_BLE_MESH_MODEL_ID_GEN_ONOFF_CLI, ESP_BLE_MESH_CID_NVAL);
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h51 #define ESP_BLE_MESH_CID_NVAL 0xFFFF macro