/packages/modules/Bluetooth/system/gd/storage/ |
D | device.cc | 96 auto device_type = GetDeviceType(); in Le() local 103 auto device_type = GetDeviceType(); in Classic() local
|
D | config_cache.cc | 436 hci::DeviceType device_type = hci::DeviceType::BR_EDR; in FixDeviceTypeInconsistencyInSection() local
|
/packages/modules/Bluetooth/system/service/common/bluetooth/ |
D | remote_device_props.cc | 28 int32_t device_class, int32_t device_type, in RemoteDeviceProps()
|
D | remote_device_props.h | 41 int32_t device_type() const { return device_type_; } in device_type() function
|
/packages/modules/Bluetooth/tools/rootcanal/model/setup/ |
D | device_boutique.cc | 36 const std::string& device_type, in Register()
|
/packages/modules/Bluetooth/system/tools/bdtool/ |
D | adapter.c | 224 bt_device_type_t device_type = property_as_device_type(property); in parse_properties() local 227 const char* device_type; in parse_properties() member
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/ |
D | CustomizedMetadataEntity.java | 40 public byte[] device_type; field in CustomizedMetadataEntity
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_common_metrics.cc | 78 uint32_t device_class, device_type_t device_type) { in LogBluetoothSessionDeviceInfo() 96 device_type_t device_type) { in LogPairEvent()
|
D | mock_bta_dm_api.cc | 147 tBT_TRANSPORT transport, tBT_DEVICE_TYPE device_type) { in BTA_DmBond()
|
/packages/modules/Bluetooth/system/common/ |
D | metrics_linux.cc | 48 device_type_t device_type) {} in LogPairEvent() 67 uint32_t device_class, device_type_t device_type) {} in LogBluetoothSessionDeviceInfo()
|
D | metrics.cc | 303 device_type_t device_type) { in LogPairEvent() 398 uint32_t device_class, device_type_t device_type) { in LogBluetoothSessionDeviceInfo()
|
D | metrics_unittest.cc | 69 DeviceInfo_DeviceType device_type) { in MakeDeviceInfo()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_sock.cc | 333 int device_type = 0; in btsock_connect() local
|
D | btif_gatt_server.cc | 289 int device_type = 0; in btif_gatts_open_impl() local
|
D | btif_gatt_client.cc | 312 int device_type = 0; in btif_gattc_open_impl() local 677 int device_type = 0; in btif_gattc_get_device_type() local
|
D | btif_storage.cc | 473 int device_type; in btif_in_fetch_bonded_devices() local 1368 int device_type; in btif_in_fetch_bonded_ble_device() local 1439 const tBT_DEVICE_TYPE& device_type) { in btif_storage_set_remote_device_type() 1477 tBT_DEVICE_TYPE& device_type) { in btif_storage_get_remote_device_type()
|
D | btif_dm.cc | 601 tBT_DEVICE_TYPE device_type) { in btif_update_remote_properties() 726 int device_type = 0; in btif_dm_cb_create_bond() local 3533 bluetooth::common::device_type_t device_type; in btif_stats_add_bond_event() local 3619 tBT_DEVICE_TYPE device_type = static_cast<tBT_DEVICE_TYPE>(*p_device_type); in btif_get_device_type() local
|
D | btif_ble_scanner.cc | 108 void bta_scan_results_cb_impl(RawAddress bd_addr, tBT_DEVICE_TYPE device_type, in bta_scan_results_cb_impl()
|
/packages/modules/Bluetooth/system/btcore/test/ |
D | property_test.cc | 68 TEST_F(PropertyTest, device_type) { in TEST_F() argument
|
/packages/modules/Connectivity/nearby/service/proto/src/fastpair/ |
D | rpcs.proto | 60 DeviceType device_type = 13; field
|
D | cache.proto | 247 DeviceType device_type = 7; field
|
/packages/modules/Bluetooth/system/main/shim/ |
D | btm_api.cc | 78 static bool is_classic_device(tBT_DEVICE_TYPE device_type) { in is_classic_device() 82 static bool has_classic_device(tBT_DEVICE_TYPE device_type) { in has_classic_device() 1169 tBT_DEVICE_TYPE device_type) { in BTM_SecBond()
|
/packages/modules/Bluetooth/system/gd/proto/bluetooth/metrics/ |
D | bluetooth.proto | 79 optional DeviceType device_type = 2; field
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_api.cc | 150 tBT_TRANSPORT transport, tBT_DEVICE_TYPE device_type) { in BTA_DmBond()
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | command_handler.rs | 495 let device_type = adapter.get_remote_type(device.clone()); in cmd_device() localVariable
|