Home
last modified time | relevance | path

Searched defs:device_type (Results 1 – 25 of 34) sorted by relevance

12

/packages/modules/Bluetooth/system/gd/metrics/linux/
Dmetrics.cc25 void LogMetricsBondCreateAttempt(RawAddress* addr, uint32_t device_type) {} in LogMetricsBondCreateAttempt()
28 …RawAddress* addr, uint32_t device_type, uint32_t status, uint32_t bond_state, int32_t fail_reason)… in LogMetricsBondStateChanged()
32 uint32_t device_type, in LogMetricsDeviceInfoReport()
/packages/modules/Bluetooth/system/gd/rust/topshim/metrics/
Dmetrics_shim.cc33 void bond_create_attempt(RawAddress addr, uint32_t device_type) { in bond_create_attempt()
38 …RawAddress addr, uint32_t device_type, uint32_t status, uint32_t bond_state, int32_t fail_reason) { in bond_state_changed()
44 uint32_t device_type, in device_info_report()
/packages/modules/Bluetooth/system/gd/storage/
Ddevice.cc98 auto device_type = GetDeviceType(); in Le() local
107 auto device_type = GetDeviceType(); in Classic() local
Dconfig_cache.cc467 hci::DeviceType device_type = hci::DeviceType::BR_EDR; in FixDeviceTypeInconsistencyInSection() local
/packages/modules/Bluetooth/system/gd/metrics/chromeos/
Dmetrics.cc59 void LogMetricsBondCreateAttempt(RawAddress* addr, uint32_t device_type) { in LogMetricsBondCreateAttempt()
89 …RawAddress* addr, uint32_t device_type, uint32_t status, uint32_t bond_state, int32_t fail_reason)… in LogMetricsBondStateChanged()
128 uint32_t device_type, in LogMetricsDeviceInfoReport()
Dmetrics_event.cc243 ConnectionType ToPairingDeviceType(std::string addr, uint32_t device_type) { in ToPairingDeviceType()
/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Ddevice_boutique.cc36 const std::string& device_type, in Register()
Dtest_model.cc128 std::string device_type = device->GetTypeString(); in AddDevice() local
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_server.cc293 int device_type = 0; in btif_gatts_open_impl() local
332 int device_type = BT_DEVICE_TYPE_UNKNOWN; in btif_gatts_open_impl_use_address_type() local
Dbtif_gatt_client.cc296 int device_type = BT_DEVICE_TYPE_UNKNOWN; in btif_gattc_open_impl() local
666 int device_type = 0; in btif_gattc_get_device_type() local
Dbtif_dm.cc689 tBT_DEVICE_TYPE device_type) { in btif_update_remote_properties()
828 int device_type = 0; in btif_dm_cb_create_bond() local
4057 bluetooth::common::device_type_t device_type; in btif_stats_add_bond_event() local
4148 tBT_DEVICE_TYPE device_type = static_cast<tBT_DEVICE_TYPE>(*p_device_type); in btif_get_device_type() local
4170 int device_type = 0; in btif_check_device_in_inquiry_db() local
Dbtif_storage.cc458 int device_type; in btif_in_fetch_bonded_devices() local
1260 int device_type; in btif_in_fetch_bonded_ble_device() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DCustomizedMetadataEntity.java40 public byte[] device_type; field in CustomizedMetadataEntity
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec_api.cc41 tBT_TRANSPORT transport, tBT_DEVICE_TYPE device_type) { in BTA_DmBond()
Dbta_dm_disc_int_legacy.h113 tBT_DEVICE_TYPE device_type; /* device type in case it is BLE device */ member
Dbta_dm_sec.cc124 tBT_TRANSPORT transport, tBT_DEVICE_TYPE device_type) { in bta_dm_bond()
/packages/modules/Bluetooth/system/gd/discovery/device/
Dbt_property.h164 TypeOfDevice(const bt_device_type_t& device_type) in TypeOfDevice()
/packages/modules/Bluetooth/system/common/
Dmetrics_linux.cc48 device_type_t device_type) {} in LogPairEvent()
67 uint32_t device_class, device_type_t device_type) {} in LogBluetoothSessionDeviceInfo()
Dmetrics.cc320 device_type_t device_type) { in LogPairEvent()
415 uint32_t device_class, device_type_t device_type) { in LogBluetoothSessionDeviceInfo()
/packages/modules/Bluetooth/system/btcore/test/
Dproperty_test.cc67 TEST_F(PropertyTest, device_type) { in TEST_F() argument
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_dev.cc187 const auto device_type = p_dev_rec->device_type; in BTM_SecDeleteDevice() local
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothDeviceManagerTest.java783 boolean flagEnabled, int device_type in assertClearHearingAidOrLeCommunicationDevice()
/packages/modules/Bluetooth/system/gd/proto/bluetooth/metrics/
Dbluetooth.proto79 optional DeviceType device_type = 2; field
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_dm_act.cc178 tBT_TRANSPORT transport, tBT_DEVICE_TYPE device_type) { in bta_dm_bond()
Dmock_bta_dm_api.cc183 tBT_TRANSPORT transport, tBT_DEVICE_TYPE device_type) { in BTA_DmBond()

12