Home
last modified time | relevance | path

Searched refs:tBTA_STATUS (Results 1 – 15 of 15) sorted by relevance

/system/bt/bta/include/
Dbta_api.h47 typedef uint8_t tBTA_STATUS; typedef
393 typedef struct { tBTA_STATUS status; } tBTA_DM_ENABLE;
668 tBTA_STATUS result; /* true of bond cancel succeeded, false if failed. */
747 tBTA_STATUS result;
760 tBTA_STATUS result;
791 tBTA_STATUS result);
825 tBTA_STATUS status);
988 tBTA_STATUS status);
1051 extern tBTA_STATUS BTA_EnableBluetooth(tBTA_DM_SEC_CBACK* p_cback);
1065 extern tBTA_STATUS BTA_DisableBluetooth(void);
[all …]
Dbta_hf_client_api.h276 tBTA_STATUS BTA_HfClientEnable(tBTA_HF_CLIENT_CBACK* p_cback, tBTA_SEC sec_mask,
Dbta_ag_api.h479 tBTA_STATUS BTA_AgEnable(tBTA_AG_CBACK* p_cback);
/system/bt/bta/dm/
Dbta_dm_api.cc58 tBTA_STATUS BTA_EnableBluetooth(tBTA_DM_SEC_CBACK* p_cback) { in BTA_EnableBluetooth()
81 tBTA_STATUS BTA_DisableBluetooth(void) { in BTA_DisableBluetooth()
330 tBTA_STATUS BTA_DmRemoveDevice(const RawAddress& bd_addr) { in BTA_DmRemoveDevice()
406 tBTA_STATUS BTA_DmSetLocalDiRecord(tBTA_DI_RECORD* p_device_info, in BTA_DmSetLocalDiRecord()
408 tBTA_STATUS status = BTA_FAILURE; in BTA_DmSetLocalDiRecord()
Dbta_dm_act.cc3612 tBTA_STATUS bta_status = BTA_SUCCESS; in bta_dm_encrypt_cback()
4078 tBTA_STATUS st = (status == BTM_SUCCESS) ? BTA_SUCCESS : BTA_FAILURE; in bta_ble_energy_info_cmpl()
/system/bt/btif/src/
Dbtif_gatt_util.cc67 tBTA_STATUS result) { in btif_gatt_set_encryption_cb()
Dbtif_ble_scanner.cc97 void bta_batch_scan_reports_cb(int client_id, tBTA_STATUS status, in bta_batch_scan_reports_cb()
Dbtif_core.cc345 void btif_enable_bluetooth_evt(tBTA_STATUS status) { in btif_enable_bluetooth_evt()
Dbtif_dm.cc2113 tBTA_STATUS status) { in bta_energy_info_cb()
/system/bt/bta/hf_client/
Dbta_hf_client_api.cc52 tBTA_STATUS BTA_HfClientEnable(tBTA_HF_CLIENT_CBACK* p_cback, tBTA_SEC sec_mask, in BTA_HfClientEnable()
Dbta_hf_client_int.h223 extern tBTA_STATUS bta_hf_client_api_enable(tBTA_HF_CLIENT_CBACK* p_cback,
Dbta_hf_client_main.cc410 tBTA_STATUS bta_hf_client_api_enable(tBTA_HF_CLIENT_CBACK* p_cback, in bta_hf_client_api_enable()
/system/bt/main/
Dbte_conf.cc97 tBTA_STATUS status = BTA_DmSetLocalDiRecord(&record, &record_handle); in bte_load_did_conf()
/system/bt/bta/ag/
Dbta_ag_api.cc56 tBTA_STATUS BTA_AgEnable(tBTA_AG_CBACK* p_cback) { in BTA_AgEnable()
/system/bt/btif/include/
Dbtif_common.h206 void btif_enable_bluetooth_evt(tBTA_STATUS status);