Searched refs:btAvrcpAttributeList (Results 1 – 1 of 1) sorted by relevance
70 static PlayerApplicationSettings makeSupportedSettings(byte[] btAvrcpAttributeList) { in makeSupportedSettings() argument73 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() argument94 for (int i = 0; i < btAvrcpAttributeList.length; ) { in makeSettings()95 byte attrId = btAvrcpAttributeList[i++]; in makeSettings()98 mapAttribIdValtoAvrcpPlayerSetting(attrId, btAvrcpAttributeList[i++])); in makeSettings()