Searched defs:device_class (Results 1 – 12 of 12) sorted by relevance
/aosp12/system/bt/service/common/bluetooth/ |
H A D | remote_device_props.cc | 28 int32_t device_class, int32_t device_type, in RemoteDeviceProps()
|
H A D | remote_device_props.h | 40 int32_t device_class() const { return device_class_; } in device_class() function
|
/aosp12/system/bt/test/mock/ |
H A D | mock_common_metrics.cc | 77 uint32_t device_class, device_type_t device_type) { in LogBluetoothSessionDeviceInfo() 94 uint32_t device_class, in LogPairEvent()
|
H A D | mock_main_shim_btm_api.cc | 421 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 D | metrics_linux.cc | 47 uint32_t device_class, in LogPairEvent() 67 uint32_t device_class, device_type_t device_type) {} in LogBluetoothSessionDeviceInfo()
|
H A D | metrics.cc | 296 uint32_t device_class, in LogPairEvent() 392 uint32_t device_class, device_type_t device_type) { in LogBluetoothSessionDeviceInfo()
|
H A D | metrics_unittest.cc | 68 DeviceInfo* MakeDeviceInfo(int32_t device_class, in MakeDeviceInfo()
|
/aosp12/system/bt/btcore/test/ |
H A D | property_test.cc | 48 TEST_F(PropertyTest, device_class) { in TEST_F() argument
|
/aosp12/system/bt/stack/test/common/ |
H A D | mock_main_shim_btm_api.cc | 425 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 D | btm_api.cc | 81 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 D | bluetooth.proto | 76 optional int32 device_class = 1; field
|
/aosp12/system/bt/service/ |
H A D | adapter.cc | 53 int32_t device_class = 0; in ParseRemoteDeviceProps() local
|