HomeSort by relevance Sort by last modified time
    Searched refs:loc_auth_req (Results 1 - 11 of 11) sorted by null

  /system/bt/stack/smp/
smp_l2c.c 121 p_cb->loc_auth_req = p_cb->peer_auth_req = SMP_DEFAULT_AUTH_REQ;
190 "loc_auth_req = 0x%02x",
191 __FUNCTION__, cmd, p_cb->peer_auth_req, p_cb->loc_auth_req);
194 (p_cb->loc_auth_req & SMP_SC_SUPPORT_BIT))
274 p_cb->loc_auth_req = p_cb->peer_auth_req = 0;
smp_utils.c 419 UINT8_TO_STREAM(p, p_cb->loc_auth_req);
666 UINT8_TO_STREAM(p, p_cb->loc_auth_req);
671 SMP_TRACE_EVENT("opcode=%d auth_req=0x%x",SMP_OPCODE_SEC_REQ, p_cb->loc_auth_req );
    [all...]
smp_act.c 197 p_cb->loc_auth_req = cb_data.io_req.auth_req;
204 if (!(p_cb->loc_auth_req & SMP_AUTH_BOND))
214 p_cb->loc_auth_req, p_cb->local_io_capability, p_cb->loc_oob_flag,
222 p_cb->loc_auth_req |= SMP_SC_SUPPORT_BIT;
225 if (!(p_cb->loc_auth_req & SMP_SC_SUPPORT_BIT)
230 p_cb->loc_auth_req &= ~SMP_KP_SUPPORT_BIT;
236 p_cb->loc_auth_req, p_cb->local_i_key, p_cb->local_r_key);
413 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && (p_cb->loc_auth_req & SMP_AUTH_BOND))
435 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && (p_cb->loc_auth_req & SMP_AUTH_BOND))
    [all...]
smp_int.h 310 tSMP_AUTH_REQ loc_auth_req; member in struct:__anon74003
smp_keys.c 463 UINT8_TO_STREAM(p, p_cb->loc_auth_req);
    [all...]
  /system/bt/stack/btm/
btm_sec.c     [all...]
btm_int.h 186 tBTM_AUTH_REQ loc_auth_req; /* the auth_req flag */ member in struct:__anon73579
    [all...]
  /system/bt/bta/include/
bta_api.h 827 tBTA_AUTH_REQ loc_auth_req; \/* Authentication required for local device *\/ member in struct:__anon73019
    [all...]
  /system/bt/stack/include/
btm_api.h 1451 tBTM_AUTH_REQ loc_auth_req; \/* Authentication required for local device *\/ member in struct:__anon73767
    [all...]
  /system/bt/bta/dm/
bta_dm_act.c     [all...]
  /system/bt/btif/src/
btif_dm.c     [all...]

Completed in 789 milliseconds