OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SMP_OPCODE_PAIRING_RSP
(Results
1 - 4
of
4
) sorted by null
/system/bt/stack/include/
smp_api.h
35
#define
SMP_OPCODE_PAIRING_RSP
0x02
/system/bt/stack/smp/
smp_int.h
60
#define SMP_PAIRING_RSP_EVT
SMP_OPCODE_PAIRING_RSP
162
#define SMP_BR_PAIRING_RSP_EVT
SMP_OPCODE_PAIRING_RSP
smp_act.c
314
if (smp_send_cmd (
SMP_OPCODE_PAIRING_RSP
, p_cb))
[
all
...]
smp_keys.c
526
smp_concatenate_peer(p_cb, &p,
SMP_OPCODE_PAIRING_RSP
);
537
smp_concatenate_local(p_cb, &p,
SMP_OPCODE_PAIRING_RSP
);
[
all
...]
Completed in 334 milliseconds