Lines Matching refs:p_auth_req
2770 tBTA_AUTH_REQ *p_auth_req, BOOLEAN is_orig) in btif_dm_proc_io_req() argument
2772 UINT8 yes_no_bit = BTA_AUTH_SP_YES & *p_auth_req; in btif_dm_proc_io_req()
2784 BTIF_TRACE_DEBUG("+%s: p_auth_req=%d", __FUNCTION__, *p_auth_req); in btif_dm_proc_io_req()
2788 *p_auth_req = BTA_AUTH_DD_BOND | BTA_AUTH_SP_YES; in btif_dm_proc_io_req()
2797 *p_auth_req = (pairing_cb.auth_req & BTA_AUTH_BONDS); in btif_dm_proc_io_req()
2801 *p_auth_req |= BTA_AUTH_SP_YES; in btif_dm_proc_io_req()
2806 *p_auth_req = BTA_AUTH_GEN_BOND | yes_no_bit; in btif_dm_proc_io_req()
2808 BTIF_TRACE_DEBUG("-%s: p_auth_req=%d", __FUNCTION__, *p_auth_req); in btif_dm_proc_io_req()
2839 tBTA_LE_AUTH_REQ *p_auth_req) in btif_dm_set_oob_for_le_io_req() argument
2848 *p_auth_req = ((*p_auth_req) | BTM_LE_AUTH_REQ_SC_ONLY); in btif_dm_set_oob_for_le_io_req()
2862 *p_auth_req = ((*p_auth_req) & mask); in btif_dm_set_oob_for_le_io_req()