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

  /system/bt/stack/include/
smp_api.h 330 ** Function SMP_Register
337 extern BOOLEAN SMP_Register (tSMP_CALLBACK *p_cback);
  /system/bt/stack/smp/
smp_api.c 105 ** Function SMP_Register
112 BOOLEAN SMP_Register (tSMP_CALLBACK *p_cback)
114 SMP_TRACE_EVENT ("SMP_Register state=%d", smp_cb.state);
118 SMP_TRACE_ERROR ("SMP_Register: duplicate registration, overwrite it");
  /system/bt/stack/btm/
btm_sec.c 245 BTM_TRACE_EVENT("%s SMP_Register( btm_proc_smp_cback )", __func__);
246 SMP_Register(btm_proc_smp_cback);
    [all...]

Completed in 59 milliseconds