Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbtm_api.h1416 typedef UINT8 tBTM_AUTH_REQ; typedef
1434 tBTM_AUTH_REQ auth_req; /* Authentication required (for local device) */
1444 tBTM_AUTH_REQ auth_req; /* Authentication required for peer device */
1455 tBTM_AUTH_REQ loc_auth_req; /* Authentication required for local device */
1456 tBTM_AUTH_REQ rmt_auth_req; /* Authentication required for peer device */
3524 tBTM_OOB_DATA oob, tBTM_AUTH_REQ auth_req);
/system/bt/stack/btm/
Dbtm_int.h191 tBTM_AUTH_REQ loc_auth_req; /* the auth_req flag */
580 tBTM_AUTH_REQ rmt_auth_req; /* the auth_req flag as in the IO caps rsp evt */
Dbtm_sec.c1669 void BTM_IoCapRsp(BD_ADDR bd_addr, tBTM_IO_CAP io_cap, tBTM_OOB_DATA oob, tBTM_AUTH_REQ auth_req) in BTM_IoCapRsp()
5059 tBTM_AUTH_REQ auth_req = BTM_AUTH_AP_NO; in btm_sec_pairing_timeout()
5061 tBTM_AUTH_REQ auth_req = BTM_AUTH_AP_YES; in btm_sec_pairing_timeout()
/system/bt/bta/include/
Dbta_api.h843 typedef tBTM_AUTH_REQ tBTA_AUTH_REQ;
/system/bt/bta/dm/
Dbta_dm_act.c1090 tBTM_AUTH_REQ auth_req = BTM_AUTH_AP_NO; in bta_dm_ci_io_req_act()