OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SMP_SUCCESS
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/stack/smp/
smp_api.c
193
** 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)
smp_act.c
104
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
;
[
all
...]
smp_utils.c
580
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
382
tSMP_STATUS res_smp = (res == BTM_SUCCESS) ?
SMP_SUCCESS
: SMP_REPEATED_ATTEMPTS;
406
tSMP_STATUS res_smp = (res == BTM_SUCCESS) ?
SMP_SUCCESS
: SMP_PASSKEY_ENTRY_FAIL;
428
** res - result of the operation
SMP_SUCCESS
if success
435
tSMP_STATUS res_smp = (res == BTM_SUCCESS) ?
SMP_SUCCESS
: SMP_OOB_FAIL;
[
all
...]
Completed in 89 milliseconds