Home
last modified time | relevance | path

Searched defs:device_class (Results 1 – 12 of 12) sorted by relevance

/aosp12/system/bt/service/common/bluetooth/
H A Dremote_device_props.cc28 int32_t device_class, int32_t device_type, in RemoteDeviceProps()
H A Dremote_device_props.h40 int32_t device_class() const { return device_class_; } in device_class() function
/aosp12/system/bt/test/mock/
H A Dmock_common_metrics.cc77 uint32_t device_class, device_type_t device_type) { in LogBluetoothSessionDeviceInfo()
94 uint32_t device_class, in LogPairEvent()
H A Dmock_main_shim_btm_api.cc421 DEV_CLASS device_class, in btm_api_process_extended_inquiry_result()
429 DEV_CLASS device_class, in btm_api_process_inquiry_result()
435 DEV_CLASS device_class, in btm_api_process_inquiry_result_with_rssi()
/aosp12/system/bt/common/
H A Dmetrics_linux.cc47 uint32_t device_class, in LogPairEvent()
67 uint32_t device_class, device_type_t device_type) {} in LogBluetoothSessionDeviceInfo()
H A Dmetrics.cc296 uint32_t device_class, in LogPairEvent()
392 uint32_t device_class, device_type_t device_type) { in LogBluetoothSessionDeviceInfo()
H A Dmetrics_unittest.cc68 DeviceInfo* MakeDeviceInfo(int32_t device_class, in MakeDeviceInfo()
/aosp12/system/bt/btcore/test/
H A Dproperty_test.cc48 TEST_F(PropertyTest, device_class) { in TEST_F() argument
/aosp12/system/bt/stack/test/common/
H A Dmock_main_shim_btm_api.cc425 DEV_CLASS device_class, in btm_api_process_extended_inquiry_result()
433 DEV_CLASS device_class, in btm_api_process_inquiry_result()
439 DEV_CLASS device_class, in btm_api_process_inquiry_result_with_rssi()
/aosp12/system/bt/main/shim/
H A Dbtm_api.cc81 DEV_CLASS device_class, in btm_api_process_inquiry_result()
124 DEV_CLASS device_class, in btm_api_process_inquiry_result_with_rssi()
182 DEV_CLASS device_class, in btm_api_process_extended_inquiry_result()
/aosp12/system/bt/gd/proto/bluetooth/metrics/
H A Dbluetooth.proto76 optional int32 device_class = 1; field
/aosp12/system/bt/service/
H A Dadapter.cc53 int32_t device_class = 0; in ParseRemoteDeviceProps() local