Home
last modified time | relevance | path

Searched refs:ESP_BLE_OOB_DISABLE (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/
Dexample_ble_sec_gatts_demo.c563 uint8_t oob_support = ESP_BLE_OOB_DISABLE; in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/
Dble50_sec_gatts_demo.c517 uint8_t oob_support = ESP_BLE_OOB_DISABLE; in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/main/
Dexample_ble_sec_gattc_demo.c579 uint8_t oob_support = ESP_BLE_OOB_DISABLE; in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/
Dble50_sec_gattc_demo.c618 uint8_t oob_support = ESP_BLE_OOB_DISABLE; in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ancs/main/
Dble_ancs_demo.c673 uint8_t oob_support = ESP_BLE_OOB_DISABLE; in app_main()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h67 #define ESP_BLE_OOB_DISABLE 0 macro