Home
last modified time | relevance | path

Searched refs:bt_cfg (Results 1 – 25 of 54) sorted by relevance

123

/hal_espressif-3.6.0/examples/bluetooth/hci/controller_hci_uart_esp32/main/
Dcontroller_hci_uart_demo.c50 esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT(); in app_main() local
51 ret = esp_bt_controller_init(&bt_cfg); in app_main()
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/
Dble_api.c37 esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT(); in esp_ble_helper_init() local
38 err = esp_bt_controller_init(&bt_cfg); in esp_ble_helper_init()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_ag/main/
Dmain.c88 esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT(); in app_main() local
89 if ((err = esp_bt_controller_init(&bt_cfg)) != ESP_OK) { in app_main()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/example_init/
Dble_mesh_example_init.c54 esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT(); in bluetooth_init() local
55 ret = esp_bt_controller_init(&bt_cfg); in bluetooth_init()
/hal_espressif-3.6.0/examples/bluetooth/hci/controller_vhci_ble_adv/main/
Dapp_bt.c134 esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT(); in app_main() local
142 if ((ret = esp_bt_controller_init(&bt_cfg)) != ESP_OK) { in app_main()
/hal_espressif-3.6.0/examples/bluetooth/hci/controller_hci_uart_esp32c3_and_esp32s3/main/
Dmain.c269 esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT(); in app_main() local
270 bt_cfg.hci_tl_funcs = &s_hci_uart_tl_funcs; in app_main()
272 ret = esp_bt_controller_init(&bt_cfg); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_eddystone/main/
Desp_eddystone_demo.c167 esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT(); in app_main() local
168 esp_bt_controller_init(&bt_cfg); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ibeacon/main/
Dibeacon_demo.c170 esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT(); in app_main() local
171 esp_bt_controller_init(&bt_cfg); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/peroidic_adv/main/
Dperiodic_adv_demo.c156 esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT(); in app_main() local
157 ret = esp_bt_controller_init(&bt_cfg); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_sink/main/
Dmain.c153 esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT(); in app_main() local
154 if ((err = esp_bt_controller_init(&bt_cfg)) != ESP_OK) { in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/peroidic_sync/main/
Dperiodic_sync_demo.c152 esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT(); in app_main() local
153 ret = esp_bt_controller_init(&bt_cfg); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/
Dble_hidd_demo_main.c200 esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT(); in app_main() local
201 ret = esp_bt_controller_init(&bt_cfg); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/multi-adv/main/
Dmulti_adv_demo.c202 esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT(); in app_main() local
203 ret = esp_bt_controller_init(&bt_cfg); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_gap.c691 esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT(); in init_low_level() local
693 bt_cfg.mode = mode; in init_low_level()
697 bt_cfg.bt_max_acl_conn = 3; in init_low_level()
698 bt_cfg.bt_max_sync_conn = 3; in init_low_level()
708 ret = esp_bt_controller_init(&bt_cfg); in init_low_level()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c694 esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT(); in init_low_level() local
696 bt_cfg.mode = mode; in init_low_level()
700 bt_cfg.bt_max_acl_conn = 3; in init_low_level()
701 bt_cfg.bt_max_sync_conn = 3; in init_low_level()
711 ret = esp_bt_controller_init(&bt_cfg); in init_low_level()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/
Dble_unit.c240 esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT(); in bt_test_init() local
241 ESP_ERROR_CHECK(esp_bt_controller_init(&bt_cfg)); in bt_test_init()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_hf/main/
Dmain.c166 esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT(); in app_main() local
167 if ((err = esp_bt_controller_init(&bt_cfg)) != ESP_OK) { in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_vfs_acceptor/main/
Dmain.c222 esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT(); in app_main() local
223 if (esp_bt_controller_init(&bt_cfg) != ESP_OK) { in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_acceptor/main/
Dmain.c215 esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT(); in app_main() local
216 if ((ret = esp_bt_controller_init(&bt_cfg)) != ESP_OK) { in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_discovery/main/
Dmain.c286 esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT(); in app_main() local
287 if ((ret = esp_bt_controller_init(&bt_cfg)) != ESP_OK) { in app_main()
/hal_espressif-3.6.0/components/protocomm/src/simple_ble/
Dsimple_ble.c214 esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT(); in simple_ble_start() local
215 ret = esp_bt_controller_init(&bt_cfg); in simple_ble_start()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/peroidic_adv/tutorial/
DPeriodic_adv_Example_Walkthrough.md56 esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT();
57 ret = esp_bt_controller_init(&bt_cfg);
119 esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT();
120 ret = esp_bt_controller_init(&bt_cfg);
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/multi-adv/tutorial/
DMulit_Adv_Example_Walkthrough.md56 esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT();
57 ret = esp_bt_controller_init(&bt_cfg);
126 esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT();
127 ret = esp_bt_controller_init(&bt_cfg);
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_vfs_initiator/main/
Dmain.c305 esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT(); in app_main() local
306 if (esp_bt_controller_init(&bt_cfg) != ESP_OK) { in app_main()
/hal_espressif-3.6.0/examples/bluetooth/blufi/main/
Dblufi_example_main.c376 esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT(); in app_main() local
377 ret = esp_bt_controller_init(&bt_cfg); in app_main()

123