Home
last modified time | relevance | path

Searched defs:lmp_subversion (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/btcore/include/
Dversion.h28 uint16_t lmp_subversion; member
/aosp_15_r20/external/python/bumble/bumble/drivers/
Drtk.py426 def find_driver_info(hci_version, hci_subversion, lmp_subversion): argument
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/linux/
Dmetrics.cc98 uint32_t lmp_subversion, uint8_t hci_version, in LogMetricBluetoothLocalVersions()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/chromeos/
Dmetrics.cc191 uint32_t lmp_subversion, uint8_t hci_version, in LogMetricBluetoothLocalVersions()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc779 uint16_t lmp_subversion) { in btm_process_remote_version_complete()
812 uint16_t manufacturer, uint16_t lmp_subversion) { in btm_read_remote_version_complete()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/android/
Dmetrics.cc386 uint32_t lmp_subversion, uint8_t hci_version, in LogMetricBluetoothLocalVersions()
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_acl.cc370 uint16_t manufacturer, uint16_t lmp_subversion) { in btm_read_remote_version_complete()
/aosp_15_r20/frameworks/proto_logging/stats/
H A Datoms.proto4231 optional int32 lmp_subversion = 5; field
4622 optional int32 lmp_subversion = 3; field
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/
Datoms.pb.h281642 inline ::int32_t BluetoothRemoteVersionInfoReported::lmp_subversion() const { in lmp_subversion() function
284027 inline ::int32_t BluetoothLocalVersionsReported::lmp_subversion() const { in lmp_subversion() function
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h1243 …uint16_t hci_revision, LmpVersion lmp_version, uint16_t manufacturer_name, uint16_t lmp_subversion) in LocalVersionInformation()