Home
last modified time | relevance | path

Searched refs:esp_ble_io_cap_t (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/
Dble_hidd_demo_main.c235esp_ble_io_cap_t iocap = ESP_IO_CAP_NONE; //set the IO capability to No output No input in app_main()
/hal_espressif-3.6.0/components/protocomm/src/simple_ble/
Dsimple_ble.c278esp_ble_io_cap_t iocap = ESP_IO_CAP_NONE; //set the IO capability to No output No input in simple_ble_start()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/
Dexample_ble_sec_gatts_demo.c556esp_ble_io_cap_t iocap = ESP_IO_CAP_NONE; //set the IO capability to No output No input in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/
Dble50_sec_gatts_demo.c510esp_ble_io_cap_t iocap = ESP_IO_CAP_NONE; //set the IO capability to No output No input in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/main/
Dexample_ble_sec_gattc_demo.c575esp_ble_io_cap_t iocap = ESP_IO_CAP_NONE; //set the IO capability to No output No input in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/
Dble50_sec_gattc_demo.c614esp_ble_io_cap_t iocap = ESP_IO_CAP_NONE; //set the IO capability to No output No input in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ancs/main/
Dble_ancs_demo.c666esp_ble_io_cap_t iocap = ESP_IO_CAP_NONE; //set the IO capability to No output No input in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/
Dble_compatibility_test.c684 esp_ble_io_cap_t iocap = ESP_IO_CAP_OUT; //set the IO capability to No output No input in app_main()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_gap.c620 esp_ble_io_cap_t iocap = ESP_IO_CAP_IO;//you have to agree that key matches on both in esp_hid_ble_gap_adv_init()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c623 esp_ble_io_cap_t iocap = ESP_IO_CAP_IO;//you have to agree that key matches on both in esp_hid_ble_gap_adv_init()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h136 typedef uint8_t esp_ble_io_cap_t; /*!< combination of the io capability */ typedef
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/tutorial/
DGatt_Security_Server_Example_Walkthrough.md27 esp_ble_io_cap_t iocap = ESP_IO_CAP_NONE;//set the IO capability to No Input No Output
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/tutorial/
Dble50_security_server_Example_Walkthrough.md27 esp_ble_io_cap_t iocap = ESP_IO_CAP_NONE;//set the IO capability to No Input No Output