Home
last modified time | relevance | path

Searched refs:BTC_PID_PROV (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_provisioning_api.c22 return (btc_profile_cb_set(BTC_PID_PROV, callback) == 0 ? ESP_OK : ESP_FAIL); in esp_ble_mesh_register_prov_callback()
56 msg.pid = BTC_PID_PROV; in esp_ble_mesh_node_prov_enable()
76 msg.pid = BTC_PID_PROV; in esp_ble_mesh_node_prov_disable()
97 msg.pid = BTC_PID_PROV; in esp_ble_mesh_node_set_oob_pub_key()
120 msg.pid = BTC_PID_PROV; in esp_ble_mesh_node_input_number()
140 msg.pid = BTC_PID_PROV; in esp_ble_mesh_node_input_string()
162 msg.pid = BTC_PID_PROV; in esp_ble_mesh_set_unprovisioned_device_name()
186 msg.pid = BTC_PID_PROV; in esp_ble_mesh_provisioner_read_oob_pub_key()
210 msg.pid = BTC_PID_PROV; in esp_ble_mesh_provisioner_input_string()
234 msg.pid = BTC_PID_PROV; in esp_ble_mesh_provisioner_input_number()
[all …]
Desp_ble_mesh_proxy_api.c22 msg.pid = BTC_PID_PROV; in esp_ble_mesh_proxy_identity_enable()
35 msg.pid = BTC_PID_PROV; in esp_ble_mesh_proxy_gatt_enable()
48 msg.pid = BTC_PID_PROV; in esp_ble_mesh_proxy_gatt_disable()
68 msg.pid = BTC_PID_PROV; in esp_ble_mesh_proxy_client_connect()
87 msg.pid = BTC_PID_PROV; in esp_ble_mesh_proxy_client_disconnect()
109 msg.pid = BTC_PID_PROV; in esp_ble_mesh_proxy_client_set_filter_type()
133 msg.pid = BTC_PID_PROV; in esp_ble_mesh_proxy_client_add_filter_addr()
158 msg.pid = BTC_PID_PROV; in esp_ble_mesh_proxy_client_remove_filter_addr()
Desp_ble_mesh_networking_api.c251 msg.pid = BTC_PID_PROV; in esp_ble_mesh_node_local_reset()
271 msg.pid = BTC_PID_PROV; in esp_ble_mesh_provisioner_set_node_name()
309 msg.pid = BTC_PID_PROV; in esp_ble_mesh_provisioner_store_node_comp_data()
368 msg.pid = BTC_PID_PROV; in esp_ble_mesh_provisioner_delete_node_with_uuid()
389 msg.pid = BTC_PID_PROV; in esp_ble_mesh_provisioner_delete_node_with_addr()
407 msg.pid = BTC_PID_PROV; in esp_ble_mesh_provisioner_add_local_app_key()
434 msg.pid = BTC_PID_PROV; in esp_ble_mesh_provisioner_update_local_app_key()
462 msg.pid = BTC_PID_PROV; in esp_ble_mesh_provisioner_bind_app_key_to_local_model()
485 msg.pid = BTC_PID_PROV; in esp_ble_mesh_provisioner_add_local_net_key()
510 msg.pid = BTC_PID_PROV; in esp_ble_mesh_provisioner_update_local_net_key()
[all …]
Desp_ble_mesh_local_data_operation_api.c87 msg.pid = BTC_PID_PROV; in esp_ble_mesh_model_subscribe_group_addr()
113 msg.pid = BTC_PID_PROV; in esp_ble_mesh_model_unsubscribe_group_addr()
149 msg.pid = BTC_PID_PROV; in esp_ble_mesh_node_add_local_net_key()
171 msg.pid = BTC_PID_PROV; in esp_ble_mesh_node_add_local_app_key()
195 msg.pid = BTC_PID_PROV; in esp_ble_mesh_node_bind_app_key_to_local_model()
Desp_ble_mesh_low_power_api.c21 msg.pid = BTC_PID_PROV; in esp_ble_mesh_lpn_enable()
35 msg.pid = BTC_PID_PROV; in esp_ble_mesh_lpn_disable()
51 msg.pid = BTC_PID_PROV; in esp_ble_mesh_lpn_poll()
Desp_ble_mesh_common_api.c47 msg.pid = BTC_PID_PROV; in esp_ble_mesh_init()
79 msg.pid = BTC_PID_PROV; in esp_ble_mesh_deinit()
/hal_espressif-3.6.0/components/bt/common/btc/include/btc/
Dbtc_task.h78 BTC_PID_PROV, enumerator
/hal_espressif-3.6.0/components/bt/common/btc/core/
Dbtc_task.c138 …[BTC_PID_PROV] = {btc_ble_mesh_prov_call_handler, btc_ble_mesh_prov_cb_h…
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c64 (esp_ble_mesh_prov_cb_t)btc_profile_cb_get(BTC_PID_PROV); in btc_ble_mesh_prov_cb_to_app()
523 if (!btc_profile_cb_get(BTC_PID_PROV)) { in btc_ble_mesh_prov_callback()
528 msg.pid = BTC_PID_PROV; in btc_ble_mesh_prov_callback()