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

  /system/bt/stack/smp/
smp_api.c 240 ** res - result of the operation SMP_SUCCESS if success.
284 ** res - result of the operation SMP_SUCCESS if success
316 if (passkey > BTM_MAX_PASSKEY_VAL || res != SMP_SUCCESS)
344 ** res - comparison result SMP_SUCCESS if success
373 if (res != SMP_SUCCESS)
393 ** res - result of the operation SMP_SUCCESS if success
409 if (res != SMP_SUCCESS || len == 0 || !p_data)
smp_act.c 142 if (callback_rc == SMP_SUCCESS)
228 if (p_cb->status <= SMP_MAX_FAIL_RSN_PER_SPEC && p_cb->status != SMP_SUCCESS)
488 if (res != SMP_SUCCESS)
850 if (res != SMP_SUCCESS)
    [all...]
smp_l2c.c 221 UINT8 reason = SMP_SUCCESS;
smp_utils.c     [all...]
  /system/bt/stack/include/
smp_api.h 105 #define SMP_SUCCESS 0
379 ** res - result of the operation SMP_SUCCESS if success.
395 ** res - result of the operation SMP_SUCCESS if success
411 ** res - comparison result SMP_SUCCESS if success
424 ** res - result of the operation SMP_SUCCESS if success
  /system/bt/stack/btm/
btm_ble.c 394 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_REPEATED_ATTEMPTS;
418 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_PASSKEY_ENTRY_FAIL;
447 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_PASSKEY_ENTRY_FAIL;
468 ** res - result of the operation SMP_SUCCESS if success
475 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_OOB_FAIL;
    [all...]

Completed in 185 milliseconds