Home
last modified time | relevance | path

Searched refs:BT_PROPERTY_LOCAL_IO_CAPS (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAbstractionLayer.java57 static final int BT_PROPERTY_LOCAL_IO_CAPS = 0x0e; field in AbstractionLayer
H A DAdapterProperties.java334 AbstractionLayer.BT_PROPERTY_LOCAL_IO_CAPS, Utils.intToByteArray(capability)); in setIoCapability()
922 case AbstractionLayer.BT_PROPERTY_LOCAL_IO_CAPS: in adapterPropertyChangedCallback()
H A DAdapterService.java408 getAdapterPropertyNative(AbstractionLayer.BT_PROPERTY_LOCAL_IO_CAPS); in processProfileServiceStateChanged()
/aosp12/system/bt/btif/src/
H A Dbtif_core.cc449 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_LOCAL_IO_CAPS, in btif_in_get_adapter_properties()
700 case BT_PROPERTY_LOCAL_IO_CAPS: in btif_set_adapter_property()
H A Dbtif_storage.cc228 case BT_PROPERTY_LOCAL_IO_CAPS: in prop2cfg()
335 case BT_PROPERTY_LOCAL_IO_CAPS: in cfg2prop()
587 return btif_storage_get_io_cap_property(BT_PROPERTY_LOCAL_IO_CAPS, in btif_storage_get_local_io_caps()
H A Dbluetooth.cc238 case BT_PROPERTY_LOCAL_IO_CAPS: in set_adapter_property()
H A Dbtif_dm.cc2187 case BT_PROPERTY_LOCAL_IO_CAPS: { in btif_dm_get_adapter_property()
/aosp12/system/bt/include/hardware/
H A Dbluetooth.h316 BT_PROPERTY_LOCAL_IO_CAPS, enumerator