Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h114 #define SMP_IO_CAP_NONE BTM_IO_CAP_NONE /* NoInputNoOutput */
Dbtm_api.h1478 #define BTM_IO_CAP_NONE 3 /* NoInputNoOutput */ macro
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h995 #define BTM_LOCAL_IO_CAPS BTM_IO_CAP_NONE
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h887 #define BTA_IO_CAP_NONE BTM_IO_CAP_NONE /* 3 NoInputNoOutput */
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c1837 if ((p_data->io_cap == BTM_IO_CAP_NONE) && p_data->oob_data == SMP_OOB_NONE) { in btm_ble_io_capabilities_req()
Dbtm_sec.c4889 #if (BTM_LOCAL_IO_CAPS == BTM_IO_CAP_NONE) in btm_sec_pairing_timeout()