1*aef9bcd9SKiyoung Kim /* 2*aef9bcd9SKiyoung Kim * Copyright (C) 2013 - 2016 Sony Corporation 3*aef9bcd9SKiyoung Kim * 4*aef9bcd9SKiyoung Kim * Licensed under the Apache License, Version 2.0 (the "License"); 5*aef9bcd9SKiyoung Kim * you may not use this file except in compliance with the License. 6*aef9bcd9SKiyoung Kim * You may obtain a copy of the License at 7*aef9bcd9SKiyoung Kim * 8*aef9bcd9SKiyoung Kim * http://www.apache.org/licenses/LICENSE-2.0 9*aef9bcd9SKiyoung Kim * 10*aef9bcd9SKiyoung Kim * Unless required by applicable law or agreed to in writing, software 11*aef9bcd9SKiyoung Kim * distributed under the License is distributed on an "AS IS" BASIS, 12*aef9bcd9SKiyoung Kim * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13*aef9bcd9SKiyoung Kim * See the License for the specific language governing permissions and 14*aef9bcd9SKiyoung Kim * limitations under the License. 15*aef9bcd9SKiyoung Kim */ 16*aef9bcd9SKiyoung Kim 17*aef9bcd9SKiyoung Kim #ifndef _LDACBT_EX_H_ 18*aef9bcd9SKiyoung Kim #define _LDACBT_EX_H_ 19*aef9bcd9SKiyoung Kim 20*aef9bcd9SKiyoung Kim #include "ldacBT.h" 21*aef9bcd9SKiyoung Kim 22*aef9bcd9SKiyoung Kim enum { 23*aef9bcd9SKiyoung Kim /* undocumented settings. for internal use only */ 24*aef9bcd9SKiyoung Kim LDACBT_EQMID_Q0 = LDACBT_EQMID_MQ + 1, 25*aef9bcd9SKiyoung Kim LDACBT_EQMID_Q1, 26*aef9bcd9SKiyoung Kim LDACBT_EQMID_Q2, 27*aef9bcd9SKiyoung Kim LDACBT_EQMID_Q3, 28*aef9bcd9SKiyoung Kim LDACBT_EQMID_Q4, 29*aef9bcd9SKiyoung Kim LDACBT_EQMID_Q5, 30*aef9bcd9SKiyoung Kim LDACBT_EQMID_Q6, 31*aef9bcd9SKiyoung Kim LDACBT_EQMID_Q7, 32*aef9bcd9SKiyoung Kim LDACBT_EQMID_Q8, 33*aef9bcd9SKiyoung Kim LDACBT_EQMID_END, 34*aef9bcd9SKiyoung Kim }; 35*aef9bcd9SKiyoung Kim 36*aef9bcd9SKiyoung Kim 37*aef9bcd9SKiyoung Kim #endif /* _LDACBT_EX_H_ */ 38*aef9bcd9SKiyoung Kim 39