Home
last modified time | relevance | path

Searched refs:reset_cb (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-3.4.0/examples/system/ota/advanced_https_ota/main/ble_helper/
Dble_api.c86 ble_hs_cfg.reset_cb = bleprph_on_reset; in esp_ble_helper_init()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/common_components/example_init/
Dble_mesh_example_init.c147 ble_hs_cfg.reset_cb = mesh_on_reset; in bluetooth_init()
/hal_espressif-3.4.0/examples/bluetooth/blufi/main/
Dblufi_init.c110 ble_hs_cfg.reset_cb = blufi_on_reset; in esp_blufi_host_init()
/hal_espressif-3.4.0/examples/bluetooth/nimble/blehr/main/
Dmain.c289 ble_hs_cfg.reset_cb = blehr_on_reset; in app_main()
/hal_espressif-3.4.0/examples/bluetooth/nimble/ble_spp/spp_client/main/
Dmain.c415 ble_hs_cfg.reset_cb = ble_spp_client_on_reset; in app_main()
/hal_espressif-3.4.0/examples/bluetooth/nimble/ble_spp/spp_server/main/
Dmain.c405 ble_hs_cfg.reset_cb = ble_spp_server_on_reset; in app_main()
/hal_espressif-3.4.0/examples/bluetooth/nimble/throughput_app/bleprph_throughput/main/
Dmain.c379 ble_hs_cfg.reset_cb = gatts_on_reset; in app_main()
/hal_espressif-3.4.0/examples/bluetooth/nimble/bleprph/main/
Dmain.c348 ble_hs_cfg.reset_cb = bleprph_on_reset; in app_main()
/hal_espressif-3.4.0/examples/bluetooth/nimble/blecent/main/
Dmain.c542 ble_hs_cfg.reset_cb = blecent_on_reset; in app_main()
/hal_espressif-3.4.0/examples/bluetooth/nimble/blemesh/main/
Dapp_mesh.c443 ble_hs_cfg.reset_cb = blemesh_on_reset; in blemesh_host_task()
/hal_espressif-3.4.0/examples/bluetooth/nimble/bleprph_wifi_coex/main/
Dmain.c546 ble_hs_cfg.reset_cb = bleprph_on_reset; in app_main()
/hal_espressif-3.4.0/examples/bluetooth/nimble/throughput_app/blecent_throughput/main/
Dmain.c731 ble_hs_cfg.reset_cb = blecent_on_reset; in app_main()
/hal_espressif-3.4.0/components/protocomm/src/transports/
Dprotocomm_nimble.c486 ble_hs_cfg.reset_cb = simple_ble_on_reset; in simple_ble_start()
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h607 esp_ble_mesh_cb_t reset_cb; member
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1784 arg->mesh_init.prov->reset_cb = (esp_ble_mesh_cb_t)btc_ble_mesh_reset_cb; in btc_ble_mesh_prov_call_handler()