Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/include/
Dbta_api.h50 typedef UINT8 tBTA_STATUS; typedef
407 typedef void (tBTA_SET_ADV_DATA_CMPL_CBACK) (tBTA_STATUS status);
647 tBTA_STATUS status;
915 tBTA_STATUS result; /* TRUE of bond cancel succeeded, FALSE if failed. */
956 UINT8 inst_id, void *p_ref, tBTA_STATUS status);
980 tBTA_DM_BLE_PF_AVBL_SPACE avbl_space, tBTA_STATUS status,
984 tBTA_DM_BLE_REF_VALUE ref_value, tBTA_STATUS status);
987 typedef void (tBTA_DM_BLE_PF_STATUS_CBACK) (UINT8 action, tBTA_STATUS status,
1073 tBTA_STATUS result;
1089 tBTA_STATUS result;
[all …]
Dbta_hf_client_api.h273 BTA_API tBTA_STATUS BTA_HfClientEnable(tBTA_HF_CLIENT_CBACK *p_cback);
Dbta_ag_api.h400 BTA_API tBTA_STATUS BTA_AgEnable(tBTA_AG_PARSE_MODE parse_mode, tBTA_AG_CBACK *p_cback);
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_api.c64 tBTA_STATUS BTA_EnableBluetooth(tBTA_DM_SEC_CBACK *p_cback) in BTA_EnableBluetooth()
102 tBTA_STATUS BTA_DisableBluetooth(void) in BTA_DisableBluetooth()
130 tBTA_STATUS BTA_EnableTestMode(void) in BTA_EnableTestMode()
325 tBTA_STATUS BTA_DmVendorSpecificCommand (UINT16 opcode, UINT8 param_len, in BTA_DmVendorSpecificCommand()
765 tBTA_STATUS BTA_DmRemoveDevice(BD_ADDR bd_addr) in BTA_DmRemoveDevice()
1123 tBTA_STATUS BTA_DmSetLocalDiRecord( tBTA_DI_RECORD *p_device_info, in BTA_DmSetLocalDiRecord()
1126 tBTA_STATUS status = BTA_FAILURE; in BTA_DmSetLocalDiRecord()
1160 tBTA_STATUS BTA_DmGetLocalDiRecord( tBTA_DI_GET_RECORD *p_device_info, in BTA_DmGetLocalDiRecord()
1215 tBTA_STATUS BTA_DmGetDiRecord( UINT8 get_record_index, tBTA_DI_GET_RECORD *p_device_info, in BTA_DmGetDiRecord()
Dbta_dm_act.c4631 tBTA_STATUS bta_status = BTA_SUCCESS; in bta_dm_encrypt_cback()
5242 tBTA_STATUS status = BTA_FAILURE; in bta_dm_ble_set_adv_config()
5265 tBTA_STATUS status = BTA_FAILURE; in bta_dm_ble_set_scan_rsp()
5608 tBTA_STATUS st = (status == BTM_SUCCESS) ? BTA_SUCCESS: BTA_FAILURE; in bta_ble_scan_cfg_cmpl()
5629 tBTA_STATUS st = (status == BTM_SUCCESS) ? BTA_SUCCESS: BTA_FAILURE; in bta_ble_status_cmpl()
5649 tBTA_STATUS status = BTA_FAILURE; in bta_dm_cfg_filter_cond()
5688 tBTA_STATUS status = BTA_FAILURE; in bta_dm_enable_scan_filter()
5721 tBTA_STATUS status = BTA_FAILURE; in bta_dm_scan_filter_param_setup()
5765 tBTA_STATUS st = (status == BTM_SUCCESS) ? BTA_SUCCESS: BTA_FAILURE; in bta_ble_energy_info_cmpl()
/external/bluetooth/bluedroid/btif/src/
Dbtif_gatt_util.c286 static void btif_gatt_set_encryption_cb (BD_ADDR bd_addr, tBTA_TRANSPORT transport, tBTA_STATUS res…
296 static void btif_gatt_set_encryption_cb (BD_ADDR bd_addr, tBTA_TRANSPORT transport, tBTA_STATUS res… in btif_gatt_set_encryption_cb()
Dbtif_gatt_client.c808 void *p_ref, tBTA_STATUS call_status) in bta_gattc_multi_adv_cback()
856 static void bta_gattc_set_adv_data_cback(tBTA_STATUS call_status) in bta_gattc_set_adv_data_cback()
867 tBTA_DM_BLE_REF_VALUE ref_value, tBTA_STATUS status) in bta_batch_scan_setup_cb()
932 UINT8* p_rep_data, tBTA_STATUS status) in bta_batch_scan_reports_cb()
1029 tBTA_DM_BLE_PF_AVBL_SPACE avbl_space, tBTA_STATUS status, in bta_scan_filt_cfg_cb()
1044 tBTA_DM_BLE_REF_VALUE ref_value, tBTA_STATUS status) in bta_scan_filt_param_setup_cb()
1056 static void bta_scan_filt_status_cb(UINT8 action, tBTA_STATUS status, in bta_scan_filt_status_cb()
Dbtif_core.c558 void btif_enable_bluetooth_evt(tBTA_STATUS status, BD_ADDR local_bd) in btif_enable_bluetooth_evt()
659 tBTA_STATUS status; in btif_disable_bluetooth()
Dbtif_dm.c226 tBTA_DM_BLE_REF_VALUE ref_value, tBTA_STATUS status);
2132 tBTA_DM_CONTRL_STATE ctrl_state, tBTA_STATUS status) in bta_energy_info_cb()
2160 tBTA_DM_BLE_REF_VALUE ref_value, tBTA_STATUS status) in bte_scan_filt_param_cfg_evt()
/external/bluetooth/bluedroid/btif/include/
Dbtif_common.h186 void btif_enable_bluetooth_evt(tBTA_STATUS status, BD_ADDR local_bd);
/external/bluetooth/bluedroid/main/
Dbte_conf.c129 tBTA_STATUS status = BTA_DmSetLocalDiRecord(&record, &record_handle); in bte_load_did_conf()
/external/bluetooth/bluedroid/bta/hf_client/
Dbta_hf_client_api.c59 BTA_API tBTA_STATUS BTA_HfClientEnable(tBTA_HF_CLIENT_CBACK *p_cback) in BTA_HfClientEnable()
/external/bluetooth/bluedroid/bta/ag/
Dbta_ag_api.c58 tBTA_STATUS BTA_AgEnable(tBTA_AG_PARSE_MODE parse_mode, tBTA_AG_CBACK *p_cback) in BTA_AgEnable()