Home | History | Annotate | Download | only in btm

Lines Matching refs:BTM_SUCCESS

365 **                  res     - result of the operation BTM_SUCCESS if success.
374 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_REPEATED_ATTEMPTS;
388 ** res - result of the operation BTM_SUCCESS if success
398 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_PASSKEY_ENTRY_FAIL;
421 ** res - comparison result BTM_SUCCESS if success
427 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_PASSKEY_ENTRY_FAIL;
457 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_OOB_FAIL;
814 ** Returns BTM_SUCCESS if success; otherwise failed.
845 return BTM_SUCCESS;
983 p_callback(bd_addr, BT_TRANSPORT_LE, p_ref_data, BTM_SUCCESS);
1458 cmd = BTM_SUCCESS;
1523 ** Returns BTM_SUCCESS if encryption was started successfully
1608 btm_sec_dev_rec_cback_event(p_dev_rec, BTM_SUCCESS, TRUE);
1667 UINT8 callback_rc = BTM_SUCCESS;
1674 if ((callback_rc == BTM_SUCCESS) || (BTM_OOB_UNKNOWN != p_data->oob_data))
1751 UINT8 callback_rc = BTM_SUCCESS;
2059 res = (p_data->cmplt.reason == SMP_SUCCESS) ? BTM_SUCCESS : BTM_ERR_PROCESSING;
2067 (*btm_cb.api.p_bond_cancel_cmpl_callback)(BTM_SUCCESS);
2070 if (res != BTM_SUCCESS)
2084 if (res != BTM_SUCCESS && p_data->cmplt.reason != SMP_CONN_TOUT)
2107 if (res == BTM_SUCCESS)
2376 if (callback_rc != BTM_SUCCESS)