Searched refs:AVDT_CCB_NUM_COLS (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_ccb.c126 #define AVDT_CCB_NUM_COLS 3 /* number of columns in state tables */ macro
129 const UINT8 avdt_ccb_st_idle[][AVDT_CCB_NUM_COLS] = {
162 const UINT8 avdt_ccb_st_opening[][AVDT_CCB_NUM_COLS] = {
195 const UINT8 avdt_ccb_st_open[][AVDT_CCB_NUM_COLS] = {
228 const UINT8 avdt_ccb_st_closing[][AVDT_CCB_NUM_COLS] = {
261 typedef const UINT8 (*tAVDT_CCB_ST_TBL)[AVDT_CCB_NUM_COLS];

Completed in 108 milliseconds