Home
last modified time | relevance | path

Searched refs:esp_bluedroid_init (Results 1 – 25 of 53) sorted by relevance

123

/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_bt_main.h66 esp_err_t esp_bluedroid_init(void);
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/
Dble_api.c49 err = esp_bluedroid_init(); in esp_ble_helper_init()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_ag/main/
Dmain.c97 if ((err = esp_bluedroid_init()) != ESP_OK) { in app_main()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/example_init/
Dble_mesh_example_init.c66 ret = esp_bluedroid_init(); in bluetooth_init()
/hal_espressif-3.6.0/examples/bluetooth/blufi/main/
Dblufi_init.c28 ret = esp_bluedroid_init(); in esp_blufi_host_init()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_bt_main.c116 esp_err_t esp_bluedroid_init(void) in esp_bluedroid_init() function
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_eddystone/main/
Desp_eddystone_demo.c158 esp_bluedroid_init(); in esp_eddystone_init()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ibeacon/main/
Dibeacon_demo.c161 esp_bluedroid_init(); in ble_ibeacon_init()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/peroidic_adv/main/
Dperiodic_adv_demo.c168 ret = esp_bluedroid_init(); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_sink/main/
Dmain.c162 if ((err = esp_bluedroid_init()) != ESP_OK) { in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/peroidic_sync/main/
Dperiodic_sync_demo.c164 ret = esp_bluedroid_init(); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/
Dble_hidd_demo_main.c213 ret = esp_bluedroid_init(); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/multi-adv/main/
Dmulti_adv_demo.c214 ret = esp_bluedroid_init(); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/
Dble_unit.c243 ESP_ERROR_CHECK(esp_bluedroid_init()); in bt_test_init()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_hf/main/
Dmain.c177 if ((err = esp_bluedroid_init()) != ESP_OK) { in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_vfs_acceptor/main/
Dmain.c233 if (esp_bluedroid_init() != ESP_OK) { in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_acceptor/main/
Dmain.c226 if ((ret = esp_bluedroid_init()) != ESP_OK) { in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_discovery/main/
Dmain.c297 if ((ret = esp_bluedroid_init()) != ESP_OK) { in app_main()
/hal_espressif-3.6.0/components/protocomm/src/simple_ble/
Dsimple_ble.c234 ret = esp_bluedroid_init(); in simple_ble_start()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/peroidic_adv/tutorial/
DPeriodic_adv_Example_Walkthrough.md69 ret = esp_bluedroid_init();
141 ret = esp_bluedroid_init();
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/multi-adv/tutorial/
DMulit_Adv_Example_Walkthrough.md68 ret = esp_bluedroid_init();
147 ret = esp_bluedroid_init();
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_vfs_initiator/main/
Dmain.c316 if (esp_bluedroid_init() != ESP_OK) { in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_hid_mouse_device/main/
Dmain.c387 if ((ret = esp_bluedroid_init()) != ESP_OK) { in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_initiator/main/
Dmain.c358 if ((ret = esp_bluedroid_init()) != ESP_OK) { in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/peroidic_sync/tutorial/
DPeriodic_Sync_Example_Walkthrough.md89 ret = esp_bluedroid_init();
154 ret = esp_bluedroid_init();

123