Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h1443 typedef UINT8 tBTM_AUTH_REQ; typedef
1461 tBTM_AUTH_REQ auth_req; /* Authentication required (for local device) */
1471 tBTM_AUTH_REQ auth_req; /* Authentication required for peer device */
1482 tBTM_AUTH_REQ loc_auth_req; /* Authentication required for local device */
1483 tBTM_AUTH_REQ rmt_auth_req; /* Authentication required for peer device */
4062 tBTM_OOB_DATA oob, tBTM_AUTH_REQ auth_req);
/external/bluetooth/bluedroid/stack/btm/
Dbtm_int.h221 tBTM_AUTH_REQ loc_auth_req; /* the auth_req flag */
602 tBTM_AUTH_REQ rmt_auth_req; /* the auth_req flag as in the IO caps rsp evt */
Dbtm_sec.c1832 void BTM_IoCapRsp(BD_ADDR bd_addr, tBTM_IO_CAP io_cap, tBTM_OOB_DATA oob, tBTM_AUTH_REQ auth_req) in BTM_IoCapRsp()
4934 tBTM_AUTH_REQ auth_req = BTM_AUTH_AP_NO; in btm_sec_pairing_timeout()
4936 tBTM_AUTH_REQ auth_req = BTM_AUTH_AP_YES; in btm_sec_pairing_timeout()
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h843 typedef tBTM_AUTH_REQ tBTA_AUTH_REQ;
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c1160 tBTM_AUTH_REQ auth_req = BTM_AUTH_AP_NO; in bta_dm_ci_io_req_act()