Home
last modified time | relevance | path

Searched refs:BT_PROPERTY_CLASS_OF_DEVICE (Results 1 – 16 of 16) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAbstractionLayer.java38 static final int BT_PROPERTY_CLASS_OF_DEVICE = 0x04; field in AbstractionLayer
H A DAdapterProperties.java311 mService.setAdapterPropertyNative(AbstractionLayer.BT_PROPERTY_CLASS_OF_DEVICE, in setBluetoothClass()
874 case AbstractionLayer.BT_PROPERTY_CLASS_OF_DEVICE: in adapterPropertyChangedCallback()
H A DRemoteDevices.java570 case AbstractionLayer.BT_PROPERTY_CLASS_OF_DEVICE: in devicePropertyChangedCallback()
H A DAdapterService.java535 getAdapterPropertyNative(AbstractionLayer.BT_PROPERTY_CLASS_OF_DEVICE); in onCreate()
/aosp12/system/bt/btcore/src/
H A Dproperty.cc88 BT_PROPERTY_CLASS_OF_DEVICE); in property_new_device_class()
141 return property->type == BT_PROPERTY_CLASS_OF_DEVICE; in property_is_device_class()
/aosp12/system/bt/service/
H A Dlogging_helpers.cc109 CASE_RETURN_TEXT(BT_PROPERTY_CLASS_OF_DEVICE); in BtPropertyText()
H A Dadapter.cc92 case BT_PROPERTY_CLASS_OF_DEVICE: { in ParseRemoteDeviceProps()
/aosp12/system/bt/tools/bdtool/
H A Dadapter.c238 case BT_PROPERTY_CLASS_OF_DEVICE: { in parse_properties()
/aosp12/system/bt/btif/src/
H A Dbtif_core.cc487 BT_PROPERTY_CLASS_OF_DEVICE, sizeof(cod), &cod); in btif_in_get_remote_device_properties()
690 case BT_PROPERTY_CLASS_OF_DEVICE: { in btif_set_adapter_property()
H A Dbluetooth.cc223 (type != BT_PROPERTY_BDNAME) && (type != BT_PROPERTY_CLASS_OF_DEVICE)) in get_adapter_property()
237 case BT_PROPERTY_CLASS_OF_DEVICE: in set_adapter_property()
H A Dbtif_util.cc131 CASE_RETURN_STR(BT_PROPERTY_CLASS_OF_DEVICE) in dump_property_type()
H A Dbtif_storage.cc240 case BT_PROPERTY_CLASS_OF_DEVICE: in prop2cfg()
351 case BT_PROPERTY_CLASS_OF_DEVICE: in cfg2prop()
1015 BTIF_STORAGE_GET_REMOTE_PROP(p_remote_addr, BT_PROPERTY_CLASS_OF_DEVICE, in btif_storage_load_bonded_devices()
H A Dbtif_dm.cc380 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_CLASS_OF_DEVICE, in get_cod()
542 BT_PROPERTY_CLASS_OF_DEVICE, sizeof(cod), &cod); in btif_update_remote_properties()
555 BT_PROPERTY_CLASS_OF_DEVICE, sizeof(cod), &cod); in btif_update_remote_properties()
1193 BT_PROPERTY_CLASS_OF_DEVICE, sizeof(cod), in btif_dm_search_devices_evt()
2177 case BT_PROPERTY_CLASS_OF_DEVICE: { in btif_dm_get_adapter_property()
/aosp12/hardware/libhardware/include/hardware/
H A Dbluetooth.h187 BT_PROPERTY_CLASS_OF_DEVICE, enumerator
/aosp12/system/bt/btcore/test/
H A Dproperty_test.cc55 EXPECT_EQ(BT_PROPERTY_CLASS_OF_DEVICE, property->type); in TEST_F()
/aosp12/system/bt/include/hardware/
H A Dbluetooth.h248 BT_PROPERTY_CLASS_OF_DEVICE, enumerator