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 254 ** res - result of the operation SMP_SUCCESS if success.
298 ** res - result of the operation SMP_SUCCESS if success
330 if (passkey > BTM_MAX_PASSKEY_VAL || res != SMP_SUCCESS)
358 ** res - comparison result SMP_SUCCESS if success
387 if (res != SMP_SUCCESS)
407 ** res - result of the operation SMP_SUCCESS if success
423 if (res != SMP_SUCCESS || len == 0 || !p_data)
smp_act.c 190 if (callback_rc == SMP_SUCCESS)
277 if (p_cb->status <= SMP_MAX_FAIL_RSN_PER_SPEC && p_cb->status != SMP_SUCCESS)
537 if (res != SMP_SUCCESS)
    [all...]
smp_l2c.c 224 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 374 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_REPEATED_ATTEMPTS;
398 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_PASSKEY_ENTRY_FAIL;
427 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_PASSKEY_ENTRY_FAIL;
448 ** res - result of the operation SMP_SUCCESS if success
457 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_OOB_FAIL;
    [all...]

Completed in 40 milliseconds