Home
last modified time | relevance | path

Searched refs:BTA_FAILURE (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_api.c69 return BTA_FAILURE; in BTA_EnableBluetooth()
89 return BTA_FAILURE; in BTA_EnableBluetooth()
115 return BTA_FAILURE; in BTA_DisableBluetooth()
143 return BTA_FAILURE; in BTA_EnableTestMode()
344 return (BTA_FAILURE); in BTA_DmVendorSpecificCommand()
761 return BTA_FAILURE; in BTA_DmRemoveDevice()
1092 tBTA_STATUS status = BTA_FAILURE; in BTA_DmSetLocalDiRecord()
1136 return BTA_FAILURE; in BTA_DmGetLocalDiRecord()
1185 return BTA_FAILURE; in BTA_DmGetDiRecord()
Dbta_dm_act.c267 sec_event.enable.status = BTA_FAILURE; in bta_dm_enable()
814 sec_event.bond_cancel_cmpl.result = BTA_FAILURE; in bta_dm_bond_cancel()
1143 result.status = BTA_FAILURE; in bta_dm_search_start()
1283 di_disc.result = BTA_FAILURE; in bta_dm_di_disc_cmpl()
1324 UINT16 result = BTA_FAILURE; in bta_dm_di_disc()
1344 if ( result == BTA_FAILURE && in bta_dm_di_disc()
1759 p_msg->disc_result.result.disc_res.result = BTA_FAILURE; in bta_dm_sdp_result()
3699 sec_event.bond_cancel_cmpl.result = BTA_FAILURE; in bta_dm_bond_cancel_complete_cback()
4280 bta_status = BTA_FAILURE; in bta_dm_encrypt_cback()
4720 … p_msg->disc_result.result.disc_res.result = (status == BTA_GATT_OK) ? BTA_SUCCESS :BTA_FAILURE; in bta_dm_gatt_disc_complete()
/external/bluetooth/bluedroid/bta/ag/
Dbta_ag_api.c69 return BTA_FAILURE; in BTA_AgEnable()
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h44 #define BTA_FAILURE 1 /* Generic failure. */ macro