Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dsmp_api.h112 #define SMP_IO_CAP_IO BTM_IO_CAP_IO /* DisplayYesNo */
Dbtm_api.h1378 #define BTM_IO_CAP_IO 1 /* DisplayYesNo */ macro
/system/bt/include/
Dbt_target.h490 #define BTM_LOCAL_IO_CAPS BTM_IO_CAP_IO
/system/bt/bta/include/
Dbta_api.h772 #define BTA_IO_CAP_IO BTM_IO_CAP_IO /* 1 DisplayYesNo */
/system/bt/stack/btm/
Dbtm_sec.c3650 #if (BTM_LOCAL_IO_CAPS == BTM_IO_CAP_IO) in btm_proc_sp_req_evt()
3651 if ( (p_dev_rec->rmt_io_caps == BTM_IO_CAP_IO) in btm_proc_sp_req_evt()
3652 && (btm_cb.devcb.loc_io_caps == BTM_IO_CAP_IO) in btm_proc_sp_req_evt()
/system/bt/btif/src/
Dbtif_dm.c2771 if ((yes_no_bit) || (pairing_cb.io_cap & BTM_IO_CAP_IO) ) in btif_dm_proc_io_req()