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 60 * Function SMP_Register
67 extern bool SMP_Register(tSMP_CALLBACK* p_cback);
  /system/bt/stack/smp/
smp_api.cc 103 * Function SMP_Register
110 bool SMP_Register(tSMP_CALLBACK* p_cback) {
111 SMP_TRACE_EVENT("SMP_Register state=%d", smp_cb.state);
114 SMP_TRACE_ERROR("SMP_Register: duplicate registration, overwrite it");
  /system/bt/stack/btm/
btm_sec.cc 234 BTM_TRACE_EVENT("%s SMP_Register( btm_proc_smp_cback )", __func__);
235 SMP_Register(btm_proc_smp_cback);
    [all...]

Completed in 549 milliseconds