Home
last modified time | relevance | path

Searched defs:feat (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_storage.cc212 uint8_t feat) { in btif_storage_set_gatt_cl_supp_feat()
219 void btif_storage_set_gatt_sr_supp_feat(const RawAddress& addr, uint8_t feat) { in btif_storage_set_gatt_sr_supp_feat()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_storage.cc1831 void btif_storage_set_gatt_sr_supp_feat(const RawAddress& addr, uint8_t feat) { in btif_storage_set_gatt_sr_supp_feat()
1834 [](const RawAddress& addr, uint8_t feat) { in btif_storage_set_gatt_sr_supp_feat()
2433 uint8_t feat) { in btif_storage_set_gatt_cl_supp_feat()
2436 [](const RawAddress& bd_addr, uint8_t feat) { in btif_storage_set_gatt_cl_supp_feat()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiVendorHal.java1836 final Mutable<Long> feat = new Mutable<>(0L); in getSupportedFeatureSet() local
DHalDeviceManager.java3345 final Mutable<Long> feat = new Mutable<>(CHIP_CAPABILITY_UNINITIALIZED); in getChipCapabilities() local