Home
last modified time | relevance | path

Searched refs:tBTM_AUTH_REQ (Results 1 – 12 of 12) sorted by relevance

/system/bt/bta/include/
Dbta_dm_co.h59 tBTM_AUTH_REQ* p_auth_req, bool is_orig);
79 tBTM_OOB_DATA oob_data, tBTM_AUTH_REQ auth_req);
Dbta_api.h337 tBTM_AUTH_REQ loc_auth_req; /* Authentication required for local device */
338 tBTM_AUTH_REQ rmt_auth_req; /* Authentication required for peer device */
340 tBTM_AUTH_REQ rmt_io_caps; /* IO Capabilities of remote device */
/system/bt/btif/include/
Dbtif_dm.h46 void btif_dm_proc_io_req(tBTM_AUTH_REQ* p_auth_req, bool is_orig);
51 tBTM_OOB_DATA oob_data, tBTM_AUTH_REQ auth_req);
/system/bt/stack/test/common/
Dmock_btif_dm.cc123 void btif_dm_proc_io_req(tBTM_AUTH_REQ* p_auth_req, bool is_orig) { in btif_dm_proc_io_req()
128 tBTM_AUTH_REQ auth_req) { in btif_dm_proc_io_rsp()
/system/bt/test/mock/
Dmock_btif_dm.cc124 void btif_dm_proc_io_req(tBTM_AUTH_REQ* p_auth_req, bool is_orig) { in btif_dm_proc_io_req()
129 tBTM_AUTH_REQ auth_req) { in btif_dm_proc_io_rsp()
/system/bt/stack/include/
Dbtm_api_types.h645 typedef uint8_t tBTM_AUTH_REQ; typedef
662 tBTM_AUTH_REQ auth_req; /* Authentication required (for local device) */
672 tBTM_AUTH_REQ auth_req; /* Authentication required for peer device */
683 tBTM_AUTH_REQ loc_auth_req; /* Authentication required for local device */
684 tBTM_AUTH_REQ rmt_auth_req; /* Authentication required for peer device */
/system/bt/bta/dm/
Dbta_dm_int.h101 tBTM_AUTH_REQ auth_req;
333 tBTM_AUTH_REQ loc_auth_req; /* Authentication required for local device */
334 tBTM_AUTH_REQ rmt_auth_req;
/system/bt/stack/btm/
Dbtm_int_types.h182 tBTM_AUTH_REQ loc_auth_req; /* the auth_req flag */
Dsecurity_device_record.h371 tBTM_AUTH_REQ rmt_auth_req; /* the auth_req flag as in the IO caps rsp evt */
Dbtm_sec.cc3969 tBTM_AUTH_REQ auth_req = (btm_cb.devcb.loc_io_caps == BTM_IO_CAP_NONE) in btm_sec_pairing_timeout()
/system/bt/main/shim/
Dbtm_api.h1633 tBTM_OOB_DATA oob, tBTM_AUTH_REQ auth_req);
/system/bt/btif/src/
Dbtif_dm.cc2238 void btif_dm_proc_io_req(tBTM_AUTH_REQ* p_auth_req, bool is_orig) { in btif_dm_proc_io_req()
2274 tBTM_AUTH_REQ auth_req) { in btif_dm_proc_io_rsp()