Home
last modified time | relevance | path

Searched defs:supported_features (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/bta/pb/
Dbta_pbs_int.h55 uint8_t supported_features; /* Server supported features */ member
/packages/modules/Bluetooth/system/include/hardware/
Dbt_sdp.h75 uint32_t supported_features; member
81 uint32_t supported_features; member
86 uint32_t supported_features; member
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsdp.rs107 supported_features: u32, field
125 supported_features: u32, field
140 supported_features: u32, field
/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc302 uint16_t supported_features = GetSupportedFeatures(profile_version); in Init() local
370 uint16_t supported_features in RegisterBipServer() local
382 uint16_t supported_features = GetSupportedFeatures(profile_version); in UnregisterBipServer() local
/packages/modules/Bluetooth/system/gd/rust/stack/src/hci/
Dcontroller.rs244 macro_rules! supported_features { macro
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_utils.cc239 uint16_t supported_features = p_attr->attr_value.v.u16; in sdpu_log_attribute_metrics() local
/packages/modules/adb/
Dtransport.cpp1249 const FeatureSet& supported_features() { in supported_features() function