Searched refs:BTA_SUCCESS (Results 1 - 9 of 9) sorted by relevance

/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_api.c87 return BTA_SUCCESS;
118 return BTA_SUCCESS;
141 return BTA_SUCCESS;
370 return (BTA_SUCCESS);
773 return BTA_SUCCESS;
1095 ** Returns BTA_SUCCESS if record set sucessfully, otherwise error code.
1114 status = BTA_SUCCESS;
1132 ** Returns BTA_SUCCESS if record set sucessfully, otherwise error code.
1143 return BTA_SUCCESS;
1186 ** Returns BTA_SUCCESS i
[all...]
H A Dbta_dm_act.c1466 result = BTA_SUCCESS;
1806 p_msg->disc_result.result.disc_res.result = BTA_SUCCESS;
2486 p_msg->disc_result.result.disc_res.result = BTA_SUCCESS;
3112 sec_event.enable.status = BTA_SUCCESS;
3918 sec_event.bond_cancel_cmpl.result = BTA_SUCCESS;
4487 tBTA_STATUS bta_status = BTA_SUCCESS;
5196 p_msg->disc_result.result.disc_res.result = (status == BTA_GATT_OK) ? BTA_SUCCESS :BTA_FAILURE;
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_api.c55 ** Returns BTA_SUCCESS if OK, BTA_FAILURE otherwise.
86 return BTA_SUCCESS;
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_util.c274 if (result != BTA_SUCCESS)
H A Dbtif_dm.c611 if (p_src_data->disc_res.result == BTA_SUCCESS)
1113 if ((p_data->disc_res.result != BTA_SUCCESS) &&
1124 if ((p_data->disc_res.result == BTA_SUCCESS) && (p_data->disc_res.num_uuids > 0))
1754 if ((p_data->disc_res.result == BTA_SUCCESS) && (p_data->disc_res.num_uuids > 0)) {
H A Dbtif_core.c607 if (status == BTA_SUCCESS)
678 if (status != BTA_SUCCESS)
H A Dbtif_av.c491 if ((p_av->start.status == BTA_SUCCESS) && (p_av->start.suspending == TRUE))
/external/bluetooth/bluedroid/main/
H A Dbte_conf.c443 if (BTA_DmSetLocalDiRecord(&rec, &rec_num) != BTA_SUCCESS) {
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h43 #define BTA_SUCCESS 0 /* Successful operation. */ macro
599 #define BTA_DM_SEC_GRANTED BTA_SUCCESS
1027 ** Returns BTA_SUCCESS if successful.
1222 ** Returns BTA_SUCCESS if cached name was retrieved
1385 ** Returns BTA_SUCCESS if successful.
1525 ** Returns BTA_SUCCESS if record set sucessfully, otherwise error code.
1539 ** Returns BTA_SUCCESS if record set sucessfully, otherwise error code.

Completed in 135 milliseconds