Home
last modified time | relevance | path

Searched refs:ESP_IO_CAP_NONE (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/
Dble_hidd_demo_main.c235 … esp_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.c278 … esp_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.c556 … esp_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.c510 … esp_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_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
36 ESP_IO_CAP_NONE 3 /*!< NoInputNoOutput */
/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
36 ESP_IO_CAP_NONE 3 /*!< NoInputNoOutput */
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/main/
Dexample_ble_sec_gattc_demo.c575 … esp_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.c614 … esp_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.c666 … esp_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/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h74 #define ESP_IO_CAP_NONE 3 /*!< NoInputNoOutput */ /* relate to BTM_IO_CAP… macro