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

  /external/bluetooth/bluedroid/stack/smp/
smp_api.c 194 ** res - result of the operation SMP_SUCCESS if success.
222 ** res - result of the operation SMP_SUCCESS if success
256 if (passkey > BTM_MAX_PASSKEY_VAL || res != SMP_SUCCESS)
279 ** res - result of the operation SMP_SUCCESS if success
297 if (res != SMP_SUCCESS || len == 0 || !p_data)
smp_act.c 108 if (callback_rc == SMP_SUCCESS && p_cb->cb_evt == SMP_IO_CAP_REQ_EVT)
141 if (p_cb->status <= SMP_REPEATED_ATTEMPTS && p_cb->status != SMP_SUCCESS)
356 if (res != SMP_SUCCESS)
682 UINT8 reason = enc_enable ? SMP_SUCCESS : SMP_ENC_FAIL;
696 UINT8 reason = enc_enable ? SMP_SUCCESS : SMP_ENC_FAIL;
754 UINT8 reason = SMP_SUCCESS;
    [all...]
smp_utils.c 599 if (p_cb->status == SMP_SUCCESS)
  /external/bluetooth/bluedroid/stack/include/
smp_api.h 65 #define SMP_SUCCESS 0
240 ** res - result of the operation SMP_SUCCESS if success.
271 ** res - result of the operation SMP_SUCCESS if success
  /external/bluetooth/bluedroid/stack/btm/
btm_ble.c 393 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_REPEATED_ATTEMPTS;
417 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_PASSKEY_ENTRY_FAIL;
439 ** res - result of the operation SMP_SUCCESS if success
446 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_OOB_FAIL;
    [all...]

Completed in 39 milliseconds