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()
770 return BTA_FAILURE; in BTA_DmRemoveDevice()
1101 tBTA_STATUS status = BTA_FAILURE; in BTA_DmSetLocalDiRecord()
1145 return BTA_FAILURE; in BTA_DmGetLocalDiRecord()
1194 return BTA_FAILURE; in BTA_DmGetDiRecord()
Dbta_dm_act.c275 sec_event.enable.status = BTA_FAILURE; in bta_dm_enable()
879 sec_event.bond_cancel_cmpl.result = BTA_FAILURE; in bta_dm_bond_cancel()
1208 result.status = BTA_FAILURE; in bta_dm_search_start()
1343 di_disc.result = BTA_FAILURE; in bta_dm_di_disc_cmpl()
1417 di_disc.result = BTA_FAILURE; in bta_dm_disable_search_and_disc()
1443 UINT16 result = BTA_FAILURE; in bta_dm_di_disc()
1463 if ( result == BTA_FAILURE && in bta_dm_di_disc()
1879 p_msg->disc_result.result.disc_res.result = BTA_FAILURE; in bta_dm_sdp_result()
3889 sec_event.bond_cancel_cmpl.result = BTA_FAILURE; in bta_dm_bond_cancel_complete_cback()
4474 bta_status = BTA_FAILURE; in bta_dm_encrypt_cback()
[all …]
/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