Home
last modified time | relevance | path

Searched refs:lmp_subversion (Results 1 – 17 of 17) sorted by relevance

/packages/modules/Bluetooth/system/types/
Dremote_version_type.h26 uint16_t lmp_subversion{0};
30 return (valid) ? std::format("{:02}-{:05}-{:05}", lmp_version, lmp_subversion, manufacturer) in ToString()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iot_config.cc96 p_acl_cb->remote_version_info.lmp_subversion); in btm_iot_save_remote_versions()
/packages/modules/Bluetooth/system/stack/include/
Dacl_hci_link_interface.h52 uint16_t manufacturer, uint16_t lmp_subversion);
/packages/modules/Bluetooth/system/gd/os/android/
Dmetrics.cc409 uint32_t lmp_subversion, uint8_t hci_version, in LogMetricBluetoothLocalVersions() argument
413 static_cast<int32_t>(lmp_version), static_cast<int32_t>(lmp_subversion), in LogMetricBluetoothLocalVersions()
419 lmp_manufacturer_name, lmp_version, lmp_subversion, hci_version, hci_revision, ret); in LogMetricBluetoothLocalVersions()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dcontroller_properties.h92 uint16_t lmp_subversion{0};
Dcontroller_properties.cc1693 lmp_subversion = 0x5ad2;
1724 lmp_subversion = 0x30e8;
1754 lmp_subversion = 0x4363;
Ddual_mode_controller.cc392 local_version_information.lmp_subversion_ = properties_.lmp_subversion; in ReadLocalVersionInformation()
Dlink_layer_controller.cc2527 static_cast<uint16_t>(properties_.lmp_subversion), properties_.company_identifier)); in IncomingReadRemoteVersion()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc773 uint16_t lmp_subversion) { in btm_process_remote_version_complete() argument
784 p_acl_cb->remote_version_info.lmp_subversion = lmp_subversion; in btm_process_remote_version_complete()
789 lmp_subversion); in btm_process_remote_version_complete()
806 uint16_t manufacturer, uint16_t lmp_subversion) { in btm_read_remote_version_complete() argument
807 btm_process_remote_version_complete(status, handle, lmp_version, manufacturer, lmp_subversion); in btm_read_remote_version_complete()
1506 *lmp_sub_version = p_acl->remote_version_info.lmp_subversion; in BTM_ReadRemoteVersion()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_acl.h630 uint16_t manufacturer, uint16_t lmp_subversion)>
634 uint16_t lmp_subversion) { in operator()
635 body(status, handle, lmp_version, manufacturer, lmp_subversion); in operator()
Dmock_stack_acl.cc370 uint16_t manufacturer, uint16_t lmp_subversion) { in btm_read_remote_version_complete() argument
373 lmp_subversion); in btm_read_remote_version_complete()
/packages/modules/Bluetooth/system/gd/os/linux/
Dmetrics.cc101 uint32_t lmp_subversion, uint8_t hci_version, in LogMetricBluetoothLocalVersions() argument
/packages/modules/Bluetooth/system/gd/os/
Dmetrics.h306 uint32_t lmp_subversion, uint8_t hci_version,
/packages/modules/Bluetooth/system/gd/os/chromeos/
Dmetrics.cc194 uint32_t lmp_subversion, uint8_t hci_version, in LogMetricBluetoothLocalVersions() argument
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dlink_layer_packets.pdl264 lmp_subversion : 8,
Dhci_packets.pdl2704 lmp_subversion : 16,
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl2794 lmp_subversion : 16,