Home
last modified time | relevance | path

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

/aosp12/system/bt/bta/pb/
H A Dbta_pbs_int.h55 uint8_t supported_features; /* Server supported features */ member
/aosp12/system/bt/include/hardware/
H A Dbt_sdp.h72 uint32_t supported_features; member
78 uint32_t supported_features; member
83 uint32_t supported_features; member
/aosp12/system/bt/btif/avrcp/
H A Davrcp_service.cc291 uint16_t supported_features = GetSupportedFeatures(profile_version); in Init() local
349 uint16_t supported_features in RegisterBipServer() local
361 uint16_t supported_features = GetSupportedFeatures(profile_version); in UnregisterBipServer() local
/aosp12/system/bt/gd/rust/hci/src/
H A Dcontroller.rs236 macro_rules! supported_features { macro
/aosp12/system/bt/hci/src/
H A Dhci_packet_parser.cc178 BT_HDR* response, bt_device_features_t* supported_features) { in parse_ble_read_local_supported_features_response()
/aosp12/system/bt/stack/sdp/
H A Dsdp_utils.cc222 uint16_t supported_features = p_attr->attr_value.v.u16; in sdpu_log_attribute_metrics() local
/aosp12/packages/modules/adb/
H A Dtransport.cpp1179 const FeatureSet& supported_features() { in supported_features() function