/hal_espressif-3.6.0/examples/bluetooth/hci/controller_hci_uart_esp32/main/ |
D | controller_hci_uart_demo.c | 50 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/ |
D | ble_api.c | 37 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/ |
D | main.c | 88 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/ |
D | ble_mesh_example_init.c | 54 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/ |
D | app_bt.c | 134 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/ |
D | main.c | 269 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/ |
D | esp_eddystone_demo.c | 167 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/ |
D | ibeacon_demo.c | 170 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/ |
D | periodic_adv_demo.c | 156 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/ |
D | main.c | 153 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/ |
D | periodic_sync_demo.c | 152 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/ |
D | ble_hidd_demo_main.c | 200 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/ |
D | multi_adv_demo.c | 202 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/ |
D | esp_hid_gap.c | 691 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/ |
D | esp_hid_gap.c | 694 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/ |
D | ble_unit.c | 240 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/ |
D | main.c | 166 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/ |
D | main.c | 222 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/ |
D | main.c | 215 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/ |
D | main.c | 286 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/ |
D | simple_ble.c | 214 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/ |
D | Periodic_adv_Example_Walkthrough.md | 56 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/ |
D | Mulit_Adv_Example_Walkthrough.md | 56 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/ |
D | main.c | 305 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/ |
D | blufi_example_main.c | 376 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()
|