/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/ |
D | CustomizedMetadataEntity.java | 23 public byte[] manufacturer_name; field in CustomizedMetadataEntity 57 .append(metadataToString(manufacturer_name)) in toString()
|
D | Metadata.java | 256 publicMetadata.manufacturer_name = value; in setCustomizedMeta() 353 value = publicMetadata.manufacturer_name; in getCustomizedMeta()
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_acl_connection.cc | 67 …hci::ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version) { in OnReadRemoteVersionInformationComplete() argument 69 …connection_handle_, static_cast<uint8_t>(hci_status), lmp_version, manufacturer_name, sub_version); in OnReadRemoteVersionInformationComplete() 70 …SAVE_OR_CALL(OnReadRemoteVersionInformationComplete, hci_status, lmp_version, manufacturer_name, s… in OnReadRemoteVersionInformationComplete()
|
D | le_connection_management_callbacks.h | 36 …hci::ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version) …
|
D | le_connection_management_callbacks_mock.h | 51 uint16_t manufacturer_name,
|
D | connection_management_callbacks.h | 89 …hci::ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version) …
|
D | connection_management_callbacks_mock.h | 91 (ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version),
|
D | classic_acl_connection.cc | 149 …hci::ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version) … in OnReadRemoteVersionInformationComplete() argument 151 …connection_handle_, static_cast<uint8_t>(hci_status), lmp_version, manufacturer_name, sub_version); in OnReadRemoteVersionInformationComplete() 152 …SAVE_OR_CALL(OnReadRemoteVersionInformationComplete, hci_status, lmp_version, manufacturer_name, s… in OnReadRemoteVersionInformationComplete()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl_legacy_interface.h | 98 uint16_t manufacturer_name, uint16_t sub_version); 116 uint16_t manufacturer_name, uint16_t sub_version);
|
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
D | link.cc | 116 …hci::ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version) { in OnReadRemoteVersionInformationComplete() argument 120 manufacturer_name, in OnReadRemoteVersionInformationComplete() 123 hci_status, GetDevice(), lmp_version, manufacturer_name, sub_version); in OnReadRemoteVersionInformationComplete()
|
D | link_manager.cc | 179 uint16_t manufacturer_name, in OnReadRemoteVersionInformationComplete() argument 188 manufacturer_name, in OnReadRemoteVersionInformationComplete()
|
D | link_manager.h | 98 uint16_t manufacturer_name,
|
/packages/modules/Bluetooth/system/gd/hci/fuzz/ |
D | fuzz_hci_layer.cc | 48 uint16_t manufacturer_name, in GetAclConnectionInterface() argument 61 uint16_t manufacturer_name, in GetLeAclConnectionInterface() argument
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
D | link.cc | 445 …hci::ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version) { in OnReadRemoteVersionInformationComplete() argument 450 manufacturer_name, in OnReadRemoteVersionInformationComplete() 453 hci_status, GetDevice().GetAddress(), lmp_version, manufacturer_name, sub_version); in OnReadRemoteVersionInformationComplete()
|
D | link_manager.cc | 371 uint16_t manufacturer_name, in OnReadRemoteVersionInformation() argument 380 manufacturer_name, in OnReadRemoteVersionInformation()
|
D | link_manager.h | 82 uint16_t manufacturer_name,
|
/packages/modules/Bluetooth/system/gd/os/android/ |
D | metrics.cc | 114 …uint16_t handle, uint8_t status, uint8_t version, uint16_t manufacturer_name, uint16_t subversion)… in LogMetricRemoteVersionInfo() argument 115 …te(BLUETOOTH_REMOTE_VERSION_INFO_REPORTED, handle, status, version, manufacturer_name, subversion); in LogMetricRemoteVersionInfo() 123 common::ToHexString(manufacturer_name), in LogMetricRemoteVersionInfo()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | hci_layer.cc | 687 …hci::ErrorCode hci_status, uint16_t handle, uint8_t version, uint16_t manufacturer_name, uint16_t … in ReadRemoteVersion() argument 690 callback(hci_status, handle, version, manufacturer_name, sub_version); in ReadRemoteVersion() 702 uint16_t manufacturer_name, in GetAclConnectionInterface() argument 731 …void(hci::ErrorCode hci_status, uint16_t, uint8_t version, uint16_t manufacturer_name, uint16_t su… in GetLeAclConnectionInterface() argument
|
D | hci_controller.fbs | 9 manufacturer_name : ushort (privacy:"Any");
|
D | hci_layer.h | 141 uint16_t manufacturer_name,
|
/packages/modules/Bluetooth/floss/hcidoc/src/groups/ |
D | controllers.rs | 91 if !KNOWN_CONTROLLER_MANUFACTURERS.contains(&version_info.manufacturer_name) { in process_local_version()
|
/packages/modules/Bluetooth/system/gd/os/linux/ |
D | metrics.cc | 68 …uint16_t handle, uint8_t status, uint8_t version, uint16_t manufacturer_name, uint16_t subversion)… in LogMetricRemoteVersionInfo() argument
|
/packages/modules/Bluetooth/system/common/ |
D | metrics_linux.cc | 132 uint16_t manufacturer_name, uint16_t subversion) {} in LogRemoteVersionInfo() argument
|
D | metrics.h | 338 uint16_t manufacturer_name, uint16_t subversion);
|
/packages/modules/Bluetooth/system/gd/os/ |
D | metrics.h | 86 …uint16_t handle, uint8_t status, uint8_t version, uint16_t manufacturer_name, uint16_t subversion);
|