OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SMP_AUTH_CMPL_EVT
(Results
1 - 6
of
6
) sorted by null
/system/bt/stack/smp/
smp_api.c
161
smp_sm_event(p_cb,
SMP_AUTH_CMPL_EVT
, &status);
242
smp_sm_event(p_cb,
SMP_AUTH_CMPL_EVT
, &err_code);
335
smp_sm_event(p_cb,
SMP_AUTH_CMPL_EVT
, &failure);
392
smp_sm_event(p_cb,
SMP_AUTH_CMPL_EVT
, &failure);
426
smp_sm_event(p_cb,
SMP_AUTH_CMPL_EVT
, &failure);
461
smp_sm_event(p_cb,
SMP_AUTH_CMPL_EVT
, &failure);
496
smp_sm_event(p_cb,
SMP_AUTH_CMPL_EVT
, &failure);
smp_act.c
81
smp_sm_event(p_cb,
SMP_AUTH_CMPL_EVT
, &reason);
85
smp_sm_event(p_cb,
SMP_AUTH_CMPL_EVT
, &reason);
89
smp_sm_event(p_cb,
SMP_AUTH_CMPL_EVT
, &reason);
93
smp_sm_event(p_cb,
SMP_AUTH_CMPL_EVT
, &reason);
97
smp_sm_event(p_cb,
SMP_AUTH_CMPL_EVT
, &reason);
510
smp_sm_event(p_cb,
SMP_AUTH_CMPL_EVT
, &reason);
541
smp_sm_event(p_cb,
SMP_AUTH_CMPL_EVT
, p_data);
590
smp_sm_event(p_cb,
SMP_AUTH_CMPL_EVT
, &reason);
622
smp_sm_event(p_cb,
SMP_AUTH_CMPL_EVT
, &reason);
647
smp_sm_event(p_cb,
SMP_AUTH_CMPL_EVT
, &reason)
[
all
...]
smp_keys.c
274
smp_sm_event(p_cb,
SMP_AUTH_CMPL_EVT
, &status);
408
smp_sm_event(p_cb,
SMP_AUTH_CMPL_EVT
, &status);
621
smp_sm_event(p_cb,
SMP_AUTH_CMPL_EVT
, &status);
661
smp_sm_event(p_cb,
SMP_AUTH_CMPL_EVT
, &status);
822
smp_sm_event(p_cb,
SMP_AUTH_CMPL_EVT
, &status);
858
smp_sm_event(p_cb,
SMP_AUTH_CMPL_EVT
, &status);
[
all
...]
smp_l2c.c
228
smp_sm_event(p_cb,
SMP_AUTH_CMPL_EVT
, &reason);
smp_utils.c
344
smp_sm_event(p_cb,
SMP_AUTH_CMPL_EVT
, &failure);
372
smp_sm_event(p_cb,
SMP_AUTH_CMPL_EVT
, &failure);
389
* Waited for potential pair failure. Send
SMP_AUTH_CMPL_EVT
if
396
smp_sm_event(&smp_cb,
SMP_AUTH_CMPL_EVT
, &reason);
[
all
...]
smp_int.h
84
#define
SMP_AUTH_CMPL_EVT
(SMP_SELF_DEF_EVT + 7)
Completed in 39 milliseconds