Home
last modified time | relevance | path

Searched refs:manufacturer_name (Results 1 – 25 of 38) sorted by relevance

12

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DCustomizedMetadataEntity.java23 public byte[] manufacturer_name; field in CustomizedMetadataEntity
57 .append(metadataToString(manufacturer_name)) in toString()
DMetadata.java256 publicMetadata.manufacturer_name = value; in setCustomizedMeta()
353 value = publicMetadata.manufacturer_name; in getCustomizedMeta()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_acl_connection.cc67 …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()
Dle_connection_management_callbacks.h36 …hci::ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version) …
Dle_connection_management_callbacks_mock.h51 uint16_t manufacturer_name,
Dconnection_management_callbacks.h89 …hci::ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version) …
Dconnection_management_callbacks_mock.h91 (ErrorCode hci_status, uint8_t lmp_version, uint16_t manufacturer_name, uint16_t sub_version),
Dclassic_acl_connection.cc149 …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/
Dacl_legacy_interface.h98 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/
Dlink.cc116 …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()
Dlink_manager.cc179 uint16_t manufacturer_name, in OnReadRemoteVersionInformationComplete() argument
188 manufacturer_name, in OnReadRemoteVersionInformationComplete()
Dlink_manager.h98 uint16_t manufacturer_name,
/packages/modules/Bluetooth/system/gd/hci/fuzz/
Dfuzz_hci_layer.cc48 uint16_t manufacturer_name, in GetAclConnectionInterface() argument
61 uint16_t manufacturer_name, in GetLeAclConnectionInterface() argument
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink.cc445 …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()
Dlink_manager.cc371 uint16_t manufacturer_name, in OnReadRemoteVersionInformation() argument
380 manufacturer_name, in OnReadRemoteVersionInformation()
Dlink_manager.h82 uint16_t manufacturer_name,
/packages/modules/Bluetooth/system/gd/os/android/
Dmetrics.cc114 …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/
Dhci_layer.cc687 …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
Dhci_controller.fbs9 manufacturer_name : ushort (privacy:"Any");
Dhci_layer.h141 uint16_t manufacturer_name,
/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dcontrollers.rs91 if !KNOWN_CONTROLLER_MANUFACTURERS.contains(&version_info.manufacturer_name) { in process_local_version()
/packages/modules/Bluetooth/system/gd/os/linux/
Dmetrics.cc68 …uint16_t handle, uint8_t status, uint8_t version, uint16_t manufacturer_name, uint16_t subversion)… in LogMetricRemoteVersionInfo() argument
/packages/modules/Bluetooth/system/common/
Dmetrics_linux.cc132 uint16_t manufacturer_name, uint16_t subversion) {} in LogRemoteVersionInfo() argument
Dmetrics.h338 uint16_t manufacturer_name, uint16_t subversion);
/packages/modules/Bluetooth/system/gd/os/
Dmetrics.h86 …uint16_t handle, uint8_t status, uint8_t version, uint16_t manufacturer_name, uint16_t subversion);

12