Home
last modified time | relevance | path

Searched refs:BTM_IO_CAP_IO (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
Dsmp_api.h72 #define SMP_IO_CAP_IO BTM_IO_CAP_IO /* DisplayYesNo */
Dbtm_api.h1411 #define BTM_IO_CAP_IO 1 /* DisplayYesNo */ macro
/external/libnfc-nci/src/include/
Dbt_target.h865 #define BTM_LOCAL_IO_CAPS BTM_IO_CAP_IO
/external/bluetooth/bluedroid/include/
Dbt_target.h1073 #define BTM_LOCAL_IO_CAPS BTM_IO_CAP_IO
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h826 #define BTA_IO_CAP_IO BTM_IO_CAP_IO /* DisplayYesNo */
/external/bluetooth/bluedroid/stack/btm/
Dbtm_sec.c3608 #if (BTM_LOCAL_IO_CAPS == BTM_IO_CAP_IO) in btm_proc_sp_req_evt()
3609 if ( (p_dev_rec->rmt_io_caps == BTM_IO_CAP_IO) in btm_proc_sp_req_evt()
3610 && (btm_cb.devcb.loc_io_caps == BTM_IO_CAP_IO) in btm_proc_sp_req_evt()
/external/bluetooth/bluedroid/btif/src/
Dbtif_dm.c2637 if ((yes_no_bit) || (pairing_cb.io_cap & BTM_IO_CAP_IO) ) in btif_dm_proc_io_req()