Home
last modified time | relevance | path

Searched refs:rmt_auth_req (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/bta/test/
Dbta_sec_test.cc81 .rmt_auth_req = BTM_AUTH_SP_YES, in TEST_F()
102 ASSERT_EQ(BTM_AUTH_SP_YES, cfm_req.rmt_auth_req); in TEST_F()
131 .rmt_auth_req = BTM_AUTH_SP_YES, in TEST_F()
170 .rmt_auth_req = BTM_AUTH_SP_YES, in TEST_F()
189 ASSERT_EQ(BTM_AUTH_SP_YES, cfm_req.rmt_auth_req); in TEST_F()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec.cc230 sec_event.cfm_req.rmt_auth_req = bta_dm_sec_cb.rmt_auth_req; in bta_dm_pinname_cback()
422 sec_event.cfm_req.rmt_auth_req = p_data->cfm_req.rmt_auth_req; in bta_dm_sp_cback()
450 bta_dm_sec_cb.rmt_auth_req = sec_event.cfm_req.rmt_auth_req; in bta_dm_sp_cback()
Dbta_dm_sec_int.h58 tBTM_AUTH_REQ rmt_auth_req; member
/packages/modules/Bluetooth/system/bta/include/
Dbta_sec_api.h190 tBTM_AUTH_REQ rmt_auth_req; /* Authentication required for peer device */ member
/packages/modules/Bluetooth/system/stack/btm/
Dsecurity_device_record.h226 tBTM_AUTH_REQ rmt_auth_req; /* the auth_req flag as in the IO caps rsp evt */ member
Dbtm_sec.cc2772 p_dev_rec->sec_rec.rmt_auth_req = evt_data.auth_req; in btm_io_capabilities_rsp()
2835 ((p_dev_rec->sec_rec.rmt_auth_req & BTM_AUTH_SP_YES) || in btm_proc_sp_req_evt()
2849 p_dev_rec->sec_rec.rmt_auth_req); in btm_proc_sp_req_evt()
2852 evt_data.cfm_req.rmt_auth_req = p_dev_rec->sec_rec.rmt_auth_req; in btm_proc_sp_req_evt()
3414 if (p_dev_rec->sec_rec.rmt_auth_req == BTM_AUTH_SP_NO && in btm_sec_encrypt_change()
/packages/modules/Bluetooth/system/stack/include/
Dbtm_sec_api_types.h319 tBTM_AUTH_REQ rmt_auth_req; /* Authentication required for peer device */ member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc1075 p_ssp_cfm_req->loc_auth_req, p_ssp_cfm_req->rmt_auth_req); in btif_dm_ssp_cfm_req_evt()
1104 !(p_ssp_cfm_req->rmt_auth_req & BTM_AUTH_BONDS) && in btif_dm_ssp_cfm_req_evt()