OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
152
if (SMP_OPCODE_PAIRING_REQ == cmd ||
SMP_OPCODE_SEC_REQ
== cmd)
smp_utils.c
446
UINT8_TO_STREAM (p,
SMP_OPCODE_SEC_REQ
);
452
SMP_TRACE_EVENT("opcode=%d auth_req=0x%x",
SMP_OPCODE_SEC_REQ
, p_cb->loc_auth_req );
smp_act.c
[
all
...]
Completed in 298 milliseconds