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

  /external/bluetooth/bluedroid/stack/smp/
smp_int.h 56 #define SMP_OPCODE_SEC_REQ 0x0B
57 #define SMP_OPCODE_MAX (SMP_OPCODE_SEC_REQ + 1)
70 #define SMP_SECURITY_REQ_EVT SMP_OPCODE_SEC_REQ
smp_l2c.c 137 if (SMP_OPCODE_PAIRING_REQ == cmd || SMP_OPCODE_SEC_REQ == cmd)
smp_utils.c 427 UINT8_TO_STREAM (p, SMP_OPCODE_SEC_REQ);
433 SMP_TRACE_EVENT2("opcode=%d auth_req=0x%x",SMP_OPCODE_SEC_REQ, p_cb->loc_auth_req );
smp_act.c 854 smp_send_cmd(SMP_OPCODE_SEC_REQ, p_cb);
    [all...]

Completed in 50 milliseconds