Searched refs:tBTA_STATUS (Results 1 – 13 of 13) sorted by relevance
/system/bt/bta/include/ |
D | bta_api.h | 48 typedef UINT8 tBTA_STATUS; typedef 366 typedef void (tBTA_SET_ADV_DATA_CMPL_CBACK) (tBTA_STATUS status); 601 tBTA_STATUS status; 868 tBTA_STATUS result; /* TRUE of bond cancel succeeded, FALSE if failed. */ 908 UINT8 inst_id, void *p_ref, tBTA_STATUS status); 922 tBTA_DM_BLE_PF_AVBL_SPACE avbl_space, tBTA_STATUS status, 926 tBTA_DM_BLE_REF_VALUE ref_value, tBTA_STATUS status); 929 typedef void (tBTA_DM_BLE_PF_STATUS_CBACK) (UINT8 action, tBTA_STATUS status, 1014 tBTA_STATUS result; 1028 tBTA_STATUS result; [all …]
|
D | bta_hf_client_api.h | 273 tBTA_STATUS BTA_HfClientEnable(tBTA_HF_CLIENT_CBACK *p_cback);
|
D | bta_ag_api.h | 403 tBTA_STATUS BTA_AgEnable(tBTA_AG_PARSE_MODE parse_mode, tBTA_AG_CBACK *p_cback);
|
/system/bt/main/ |
D | bte_conf.c | 76 tBTA_STATUS status = BTA_DmSetLocalDiRecord(&record, &record_handle); in bte_load_did_conf()
|
/system/bt/btif/include/ |
D | btif_common.h | 211 void btif_enable_bluetooth_evt(tBTA_STATUS status);
|
/system/bt/bta/hf_client/ |
D | bta_hf_client_api.c | 59 tBTA_STATUS BTA_HfClientEnable(tBTA_HF_CLIENT_CBACK *p_cback) in BTA_HfClientEnable()
|
/system/bt/bta/dm/ |
D | bta_dm_api.c | 62 tBTA_STATUS BTA_EnableBluetooth(tBTA_DM_SEC_CBACK *p_cback) in BTA_EnableBluetooth() 96 tBTA_STATUS BTA_DisableBluetooth(void) in BTA_DisableBluetooth() 117 tBTA_STATUS BTA_EnableTestMode(void) in BTA_EnableTestMode() 491 tBTA_STATUS BTA_DmRemoveDevice(BD_ADDR bd_addr) in BTA_DmRemoveDevice() 579 tBTA_STATUS BTA_DmSetLocalDiRecord( tBTA_DI_RECORD *p_device_info, in BTA_DmSetLocalDiRecord() 582 tBTA_STATUS status = BTA_FAILURE; in BTA_DmSetLocalDiRecord()
|
D | bta_dm_act.c | 4156 tBTA_STATUS bta_status = BTA_SUCCESS; in bta_dm_encrypt_cback() 4747 tBTA_STATUS status = BTA_FAILURE; in bta_dm_ble_set_adv_config() 4770 tBTA_STATUS status = BTA_FAILURE; in bta_dm_ble_set_scan_rsp() 5137 tBTA_STATUS st = (status == BTM_SUCCESS) ? BTA_SUCCESS: BTA_FAILURE; in bta_ble_scan_cfg_cmpl() 5157 tBTA_STATUS status = BTA_FAILURE; in bta_dm_cfg_filter_cond() 5196 tBTA_STATUS status = BTA_FAILURE; in bta_dm_enable_scan_filter() 5229 tBTA_STATUS status = BTA_FAILURE; in bta_dm_scan_filter_param_setup() 5273 tBTA_STATUS st = (status == BTM_SUCCESS) ? BTA_SUCCESS: BTA_FAILURE; in bta_ble_energy_info_cmpl()
|
/system/bt/bta/ag/ |
D | bta_ag_api.c | 57 tBTA_STATUS BTA_AgEnable(tBTA_AG_PARSE_MODE parse_mode, tBTA_AG_CBACK *p_cback) in BTA_AgEnable()
|
/system/bt/btif/src/ |
D | btif_gatt_client.c | 820 void *p_ref, tBTA_STATUS call_status) in bta_gattc_multi_adv_cback() 868 static void bta_gattc_set_adv_data_cback(tBTA_STATUS call_status) in bta_gattc_set_adv_data_cback() 879 tBTA_DM_BLE_REF_VALUE ref_value, tBTA_STATUS status) in bta_batch_scan_setup_cb() 944 UINT8* p_rep_data, tBTA_STATUS status) in bta_batch_scan_reports_cb() 1047 tBTA_DM_BLE_PF_AVBL_SPACE avbl_space, tBTA_STATUS status, in bta_scan_filt_cfg_cb() 1062 tBTA_DM_BLE_REF_VALUE ref_value, tBTA_STATUS status) in bta_scan_filt_param_setup_cb() 1074 static void bta_scan_filt_status_cb(UINT8 action, tBTA_STATUS status, in bta_scan_filt_status_cb()
|
D | btif_gatt_util.c | 249 static void btif_gatt_set_encryption_cb (BD_ADDR bd_addr, tBTA_TRANSPORT transport, tBTA_STATUS res… in btif_gatt_set_encryption_cb()
|
D | btif_core.c | 467 void btif_enable_bluetooth_evt(tBTA_STATUS status) in btif_enable_bluetooth_evt()
|
D | btif_dm.c | 241 tBTA_STATUS status); 2213 tBTA_DM_CONTRL_STATE ctrl_state, tBTA_STATUS status) in bta_energy_info_cb() 2241 tBTA_DM_BLE_REF_VALUE ref_value, tBTA_STATUS status) in bte_scan_filt_param_cfg_evt()
|