Home
last modified time | relevance | path

Searched refs:kFeatureBitPresetSynchronizationSupported (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/bta/has/
Dhas_client_test.cc374 if ((features & ::bluetooth::has::kFeatureBitPresetSynchronizationSupported) == in set_sample_database()
483 if ((features & ::bluetooth::has::kFeatureBitPresetSynchronizationSupported) == in set_sample_database()
534 if ((features & ::bluetooth::has::kFeatureBitPresetSynchronizationSupported) == in set_sample_database()
1395 kFeatureBitPresetSynchronizationSupported | in TEST_F()
1412 kFeatureBitWritablePresets | kFeatureBitPresetSynchronizationSupported | in TEST_F()
1460 kFeatureBitPresetSynchronizationSupported | in TEST_F()
1473 kFeatureBitWritablePresets | kFeatureBitPresetSynchronizationSupported | in TEST_F()
2620 bluetooth::has::kFeatureBitPresetSynchronizationSupported); in TEST_F()
2794 bluetooth::has::kFeatureBitPresetSynchronizationSupported); in TEST_F()
2927 bluetooth::has::kFeatureBitPresetSynchronizationSupported); in TEST_F()
Dhas_types.h148 if (features & bluetooth::has::kFeatureBitPresetSynchronizationSupported) { in RefreshSupportedOpcodesBitmask()
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dbt_has.h70 static constexpr uint8_t kFeatureBitPresetSynchronizationSupported = 0x04; variable