Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec_int.h38 tBTM_AUTH_REQ auth_req;
57 tBTM_AUTH_REQ loc_auth_req; /* Authentication required for local device */
58 tBTM_AUTH_REQ rmt_auth_req;
/packages/modules/Bluetooth/system/stack/include/
Dbtm_sec_api_types.h268 typedef uint8_t tBTM_AUTH_REQ; typedef
297 tBTM_AUTH_REQ auth_req; /* Authentication required (for local device) */
307 tBTM_AUTH_REQ auth_req; /* Authentication required for peer device */
318 tBTM_AUTH_REQ loc_auth_req; /* Authentication required for local device */
319 tBTM_AUTH_REQ rmt_auth_req; /* Authentication required for peer device */
/packages/modules/Bluetooth/system/btif/include/
Dbtif_dm.h75 void btif_dm_proc_io_req(tBTM_AUTH_REQ* p_auth_req, bool is_orig);
80 tBTM_OOB_DATA oob_data, tBTM_AUTH_REQ auth_req);
/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_dm.cc132 void btif_dm_proc_io_req(tBTM_AUTH_REQ* /* p_auth_req */, bool /* is_orig */) { in btif_dm_proc_io_req() argument
137 tBTM_AUTH_REQ /* auth_req */) { in btif_dm_proc_io_rsp() argument
/packages/modules/Bluetooth/system/bta/include/
Dbta_sec_api.h189 tBTM_AUTH_REQ loc_auth_req; /* Authentication required for local device */
190 tBTM_AUTH_REQ rmt_auth_req; /* Authentication required for peer device */
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec_int_types.h99 tBTM_AUTH_REQ loc_auth_req; /* the auth_req flag */
Dsecurity_device_record.h226 tBTM_AUTH_REQ rmt_auth_req; /* the auth_req flag as in the IO caps rsp evt */
Dsecurity_event_parser.cc170 static_cast<tBTM_AUTH_REQ>(response.GetAuthenticationRequirements()), in parse_io_capabilities_rsp()
Dbtm_sec.cc4322 tBTM_AUTH_REQ auth_req = (btm_sec_cb.devcb.loc_io_caps == BTM_IO_CAP_NONE) in btm_sec_pairing_timeout()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc3097 void btif_dm_proc_io_req(tBTM_AUTH_REQ* p_auth_req, bool is_orig) { in btif_dm_proc_io_req()
3132 tBTM_OOB_DATA /* oob_data */, tBTM_AUTH_REQ auth_req) { in btif_dm_proc_io_rsp()