Home
last modified time | relevance | path

Searched refs:avrcp_features (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_disc_sdp.cc97 uint16_t avrcp_features = p_attr->attr_value.v.u16; in store_avrcp_profile_feature() local
98 if (avrcp_features == 0) { in store_avrcp_profile_feature()
104 (const uint8_t*)&avrcp_features, in store_avrcp_profile_feature()
105 sizeof(avrcp_features))) { in store_avrcp_profile_feature()
106 log::info("Saving avrcp_features: 0x{:x}", avrcp_features); in store_avrcp_profile_feature()
108 log::info("Failed to store avrcp_features 0x{:x} for {}", avrcp_features, in store_avrcp_profile_feature()
Dbta_dm_disc_legacy.cc544 uint16_t avrcp_features = p_attr->attr_value.v.u16; in store_avrcp_profile_feature() local
545 if (avrcp_features == 0) { in store_avrcp_profile_feature()
551 (const uint8_t*)&avrcp_features, in store_avrcp_profile_feature()
552 sizeof(avrcp_features))) { in store_avrcp_profile_feature()
553 log::info("Saving avrcp_features: 0x{:x}", avrcp_features); in store_avrcp_profile_feature()
555 log::info("Failed to store avrcp_features 0x{:x} for {}", avrcp_features, in store_avrcp_profile_feature()