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

/system/bt/stack/avdt/
H A Davdt_ccb.c127 #define AVDT_CCB_NUM_COLS 3 /* number of columns in state tables */ macro
130 const UINT8 avdt_ccb_st_idle[][AVDT_CCB_NUM_COLS] = {
163 const UINT8 avdt_ccb_st_opening[][AVDT_CCB_NUM_COLS] = {
196 const UINT8 avdt_ccb_st_open[][AVDT_CCB_NUM_COLS] = {
229 const UINT8 avdt_ccb_st_closing[][AVDT_CCB_NUM_COLS] = {
262 typedef const UINT8 (*tAVDT_CCB_ST_TBL)[AVDT_CCB_NUM_COLS];

Completed in 412 milliseconds