Searched refs:tBTA_STATUS (Results 1 – 16 of 16) sorted by relevance
/system/bt/bta/include/ |
D | bta_api.h | 47 typedef uint8_t tBTA_STATUS; typedef 386 typedef struct { tBTA_STATUS status; } tBTA_DM_ENABLE; 661 tBTA_STATUS result; /* true of bond cancel succeeded, false if failed. */ 740 tBTA_STATUS result; 753 tBTA_STATUS result; 784 tBTA_STATUS result); 818 tBTA_STATUS status); 981 tBTA_STATUS status); 1044 extern tBTA_STATUS BTA_EnableBluetooth(tBTA_DM_SEC_CBACK* p_cback); 1058 extern tBTA_STATUS BTA_DisableBluetooth(void); [all …]
|
D | bta_hf_client_api.h | 290 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() 325 tBTA_STATUS BTA_DmRemoveDevice(const RawAddress& bd_addr) { in BTA_DmRemoveDevice() 401 tBTA_STATUS BTA_DmSetLocalDiRecord(tBTA_DI_RECORD* p_device_info, in BTA_DmSetLocalDiRecord() 403 tBTA_STATUS status = BTA_FAILURE; in BTA_DmSetLocalDiRecord()
|
D | bta_dm_act.cc | 3619 tBTA_STATUS bta_status = BTA_SUCCESS; in bta_dm_encrypt_cback() 4079 tBTA_STATUS st = (status == BTM_SUCCESS) ? BTA_SUCCESS : BTA_FAILURE; in bta_ble_energy_info_cmpl()
|
/system/bt/btif/test/ |
D | btif_hf_client_service_test.cc | 12 tBTA_STATUS BTA_HfClientEnable(tBTA_HF_CLIENT_CBACK* p_cback, tBTA_SEC sec_mask, in BTA_HfClientEnable()
|
/system/bt/main/ |
D | bte_conf.cc | 94 tBTA_STATUS status = BTA_DmSetLocalDiRecord(&record, &record_handle); in bte_load_did_conf()
|
/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 | 2180 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 | 225 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/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);
|