Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/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-2.7.6/examples/bluetooth/nimble/blehr/main/
Dmain.c289 ble_hs_cfg.reset_cb = blehr_on_reset; in app_main()
/hal_espressif-2.7.6/examples/bluetooth/nimble/bleprph/main/
Dmain.c348 ble_hs_cfg.reset_cb = bleprph_on_reset; in app_main()
/hal_espressif-2.7.6/examples/bluetooth/nimble/blecent/main/
Dmain.c541 ble_hs_cfg.reset_cb = blecent_on_reset; in app_main()
/hal_espressif-2.7.6/examples/bluetooth/nimble/blemesh/main/
Dapp_mesh.c443 ble_hs_cfg.reset_cb = blemesh_on_reset; in blemesh_host_task()
/hal_espressif-2.7.6/examples/bluetooth/nimble/bleprph_wifi_coex/main/
Dmain.c551 ble_hs_cfg.reset_cb = bleprph_on_reset; in app_main()
/hal_espressif-2.7.6/components/protocomm/src/transports/
Dprotocomm_nimble.c489 ble_hs_cfg.reset_cb = simple_ble_on_reset; in simple_ble_start()
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h619 esp_ble_mesh_cb_t reset_cb; member
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1757 arg->mesh_init.prov->reset_cb = (esp_ble_mesh_cb_t)btc_ble_mesh_reset_cb; in btc_ble_mesh_prov_call_handler()