Searched refs:BTM_AUTH_SP_YES (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h833 #define BTA_AUTH_SP_YES BTM_AUTH_SP_YES /* 1 MITM Protection Required - Single Profile/non-bonding
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_sec.c3440 evt_data.auth_req = (p_dev_rec->p_cur_service->security_flags & BTM_SEC_OUT_MITM) ? BTM_AUTH_SP_YES : BTM_AUTH_SP_NO;
3611 && ((p_dev_rec->rmt_auth_req & BTM_AUTH_SP_YES) || (btm_cb.devcb.loc_auth_req & BTM_AUTH_SP_YES)) )
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h1428 #define BTM_AUTH_SP_YES 1 /* MITM Protection Required - Single Profile/non-bonding macro

Completed in 64 milliseconds