Home
last modified time | relevance | path

Searched refs:BT_PROPERTY_REMOTE_ASHA_CAPABILITY (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAbstractionLayer.java49 static final int BT_PROPERTY_REMOTE_ASHA_CAPABILITY = 0X15; field in AbstractionLayer
DRemoteDevices.java982 case AbstractionLayer.BT_PROPERTY_REMOTE_ASHA_CAPABILITY: in devicePropertyChangedCallback()
/packages/modules/Bluetooth/system/gd/discovery/device/
Dbt_property_unittest.cc250 case BT_PROPERTY_REMOTE_ASHA_CAPABILITY: in fill_property()
461 case BT_PROPERTY_REMOTE_ASHA_CAPABILITY: in verify_property()
510 fill_property(BT_PROPERTY_REMOTE_ASHA_CAPABILITY, properties); in fill_properties()
709 .type = BT_PROPERTY_REMOTE_ASHA_CAPABILITY, in TEST_F()
Dbt_property.cc50 CASE_RETURN_TEXT(BT_PROPERTY_REMOTE_ASHA_CAPABILITY); in bt_property_type_text()
220 case BT_PROPERTY_REMOTE_ASHA_CAPABILITY: in bt_property_text()
Dbt_property.h258 : BtPropertySimple<int16_t>(BT_PROPERTY_REMOTE_ASHA_CAPABILITY, capability) {} in RemoteASHACapability()
/packages/modules/Bluetooth/system/test/headless/
Dproperty.h51 CASE_RETURN_TEXT(BT_PROPERTY_REMOTE_ASHA_CAPABILITY); in bt_property_type_text()
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h389 BT_PROPERTY_REMOTE_ASHA_CAPABILITY, enumerator
/packages/modules/Bluetooth/system/btif/src/
Dbtif_storage.cc781 properties[i].type == BT_PROPERTY_REMOTE_ASHA_CAPABILITY || in btif_storage_add_remote_device()
Dbtif_dm.cc1533 bt_property_t{BT_PROPERTY_REMOTE_ASHA_CAPABILITY, sizeof(int16_t), in btif_dm_search_devices_evt()