Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h1518 typedef UINT8 tBTM_AUTH_REQ; typedef
1534 tBTM_AUTH_REQ auth_req; /* Authentication required (for local device) */
1543 tBTM_AUTH_REQ auth_req; /* Authentication required for peer device */
1553 tBTM_AUTH_REQ loc_auth_req; /* Authentication required for local device */
1554 tBTM_AUTH_REQ rmt_auth_req; /* Authentication required for peer device */
3738 tBTM_OOB_DATA oob, tBTM_AUTH_REQ auth_req);
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h261 tBTM_AUTH_REQ loc_auth_req; /* the auth_req flag */
665 tBTM_AUTH_REQ rmt_auth_req; /* the auth_req flag as in the IO caps rsp evt */
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h905 typedef tBTM_AUTH_REQ tBTA_AUTH_REQ;
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c1647 void BTM_IoCapRsp(BD_ADDR bd_addr, tBTM_IO_CAP io_cap, tBTM_OOB_DATA oob, tBTM_AUTH_REQ auth_req) in BTM_IoCapRsp()
4890 tBTM_AUTH_REQ auth_req = BTM_AUTH_AP_NO; in btm_sec_pairing_timeout()
4892 tBTM_AUTH_REQ auth_req = BTM_AUTH_AP_YES; in btm_sec_pairing_timeout()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c1534 tBTM_AUTH_REQ auth_req = BTM_AUTH_AP_NO; in bta_dm_ci_io_req_act()