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_types.h1412 typedef uint8_t tBTM_AUTH_REQ; typedef
1422 tBTM_AUTH_REQ auth_req; /* Authentication required (for local device) */
1432 tBTM_AUTH_REQ auth_req; /* Authentication required for peer device */
1443 tBTM_AUTH_REQ loc_auth_req; /* Authentication required for local device */
1444 tBTM_AUTH_REQ rmt_auth_req; /* Authentication required for peer device */
Dbtm_api.h1640 tBTM_OOB_DATA oob, tBTM_AUTH_REQ auth_req);
/system/bt/stack/btm/
Dbtm_int_types.h185 tBTM_AUTH_REQ loc_auth_req; /* the auth_req flag */
545 tBTM_AUTH_REQ rmt_auth_req; /* the auth_req flag as in the IO caps rsp evt */
Dbtm_sec.cc1528 tBTM_OOB_DATA oob, tBTM_AUTH_REQ auth_req) { in BTM_IoCapRsp()
4765 tBTM_AUTH_REQ auth_req = (btm_cb.devcb.loc_io_caps == BTM_IO_CAP_NONE) in btm_sec_pairing_timeout()
/system/bt/bta/include/
Dbta_api.h589 typedef tBTM_AUTH_REQ tBTA_AUTH_REQ;