Searched refs:SMP_SUCCESS (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_api.c193 ** res - result of the operation SMP_SUCCESS if success.
218 ** res - result of the operation SMP_SUCCESS if success
252 if (passkey > BTM_MAX_PASSKEY_VAL || res != SMP_SUCCESS)
275 ** res - result of the operation SMP_SUCCESS if success
292 if (res != SMP_SUCCESS || len == 0 || !p_data)
H A Dsmp_act.c104 if (callback_rc == SMP_SUCCESS && p_cb->cb_evt == SMP_IO_CAP_REQ_EVT)
137 if (p_cb->status <= SMP_REPEATED_ATTEMPTS && p_cb->status != SMP_SUCCESS)
332 if (res != SMP_SUCCESS)
651 UINT8 reason = enc_enable ? SMP_SUCCESS : SMP_ENC_FAIL;
665 UINT8 reason = enc_enable ? SMP_SUCCESS : SMP_ENC_FAIL;
723 UINT8 reason = SMP_SUCCESS;
871 if ((p_cb->status == SMP_SUCCESS) ||
872 (p_cb->status <= SMP_REPEATED_ATTEMPTS && p_cb->status != SMP_SUCCESS))
H A Dsmp_utils.c580 if (p_cb->status == SMP_SUCCESS)
/external/bluetooth/bluedroid/stack/include/
H A Dsmp_api.h65 #define SMP_SUCCESS 0 macro
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/
H A Dbtm_ble.c350 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_REPEATED_ATTEMPTS;
374 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_PASSKEY_ENTRY_FAIL;
396 ** res - result of the operation SMP_SUCCESS if success
403 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_OOB_FAIL;
1561 res = (p_data->cmplt.reason == SMP_SUCCESS) ? BTM_SUCCESS : BTM_ERR_PROCESSING;

Completed in 180 milliseconds