Searched refs:tBTA_STATUS (Results 1 – 15 of 15) sorted by relevance
/system/bt/bta/include/ |
D | bta_api.h | 47 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 …]
|
D | bta_hf_client_api.h | 276 tBTA_STATUS BTA_HfClientEnable(tBTA_HF_CLIENT_CBACK* p_cback, tBTA_SEC sec_mask,
|
D | bta_ag_api.h | 479 tBTA_STATUS BTA_AgEnable(tBTA_AG_CBACK* p_cback);
|
/system/bt/bta/dm/ |
D | bta_dm_api.cc | 58 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()
|
D | bta_dm_act.cc | 3612 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/ |
D | btif_gatt_util.cc | 67 tBTA_STATUS result) { in btif_gatt_set_encryption_cb()
|
D | btif_ble_scanner.cc | 97 void bta_batch_scan_reports_cb(int client_id, tBTA_STATUS status, in bta_batch_scan_reports_cb()
|
D | btif_core.cc | 345 void btif_enable_bluetooth_evt(tBTA_STATUS status) { in btif_enable_bluetooth_evt()
|
D | btif_dm.cc | 2113 tBTA_STATUS status) { in bta_energy_info_cb()
|
/system/bt/bta/hf_client/ |
D | bta_hf_client_api.cc | 52 tBTA_STATUS BTA_HfClientEnable(tBTA_HF_CLIENT_CBACK* p_cback, tBTA_SEC sec_mask, in BTA_HfClientEnable()
|
D | bta_hf_client_int.h | 223 extern tBTA_STATUS bta_hf_client_api_enable(tBTA_HF_CLIENT_CBACK* p_cback,
|
D | bta_hf_client_main.cc | 410 tBTA_STATUS bta_hf_client_api_enable(tBTA_HF_CLIENT_CBACK* p_cback, in bta_hf_client_api_enable()
|
/system/bt/main/ |
D | bte_conf.cc | 97 tBTA_STATUS status = BTA_DmSetLocalDiRecord(&record, &record_handle); in bte_load_did_conf()
|
/system/bt/bta/ag/ |
D | bta_ag_api.cc | 56 tBTA_STATUS BTA_AgEnable(tBTA_AG_CBACK* p_cback) { in BTA_AgEnable()
|
/system/bt/btif/include/ |
D | btif_common.h | 206 void btif_enable_bluetooth_evt(tBTA_STATUS status);
|