Searched defs:BTA_HL_CCH_NUM_COLS (Results 1 - 1 of 1) sorted by relevance

/system/bt/bta/hl/
H A Dbta_hl_main.cc334 #define BTA_HL_CCH_NUM_COLS 2 /* number of columns in state tables */ macro
337 static const uint8_t bta_hl_cch_st_idle[][BTA_HL_CCH_NUM_COLS] = {
352 static const uint8_t bta_hl_cch_st_opening[][BTA_HL_CCH_NUM_COLS] = {
372 static const uint8_t bta_hl_cch_st_open[][BTA_HL_CCH_NUM_COLS] = {
387 static const uint8_t bta_hl_cch_st_closing[][BTA_HL_CCH_NUM_COLS] = {
407 typedef const uint8_t (*tBTA_HL_CCH_ST_TBL)[BTA_HL_CCH_NUM_COLS];

Completed in 8 milliseconds