Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DPlayerApplicationSettings.java70 static PlayerApplicationSettings makeSupportedSettings(byte[] btAvrcpAttributeList) { in makeSupportedSettings() argument
73 for (int i = 0; i < btAvrcpAttributeList.length; ) { in makeSupportedSettings()
74 byte attrId = btAvrcpAttributeList[i++]; in makeSupportedSettings()
75 byte numSupportedVals = btAvrcpAttributeList[i++]; in makeSupportedSettings()
81 mapAttribIdValtoAvrcpPlayerSetting(attrId, btAvrcpAttributeList[i++])); in makeSupportedSettings()
91 static PlayerApplicationSettings makeSettings(byte[] btAvrcpAttributeList) { in makeSettings() argument
94 for (int i = 0; i < btAvrcpAttributeList.length; ) { in makeSettings()
95 byte attrId = btAvrcpAttributeList[i++]; in makeSettings()
98 mapAttribIdValtoAvrcpPlayerSetting(attrId, btAvrcpAttributeList[i++])); in makeSettings()