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

/system/bt/bta/hf_client/
H A Dbta_hf_client_main.cc107 #define BTA_HF_CLIENT_NUM_COLS 3 /* number of columns in state tables */ macro
110 const uint8_t bta_hf_client_st_init[][BTA_HF_CLIENT_NUM_COLS] = {
146 const uint8_t bta_hf_client_st_opening[][BTA_HF_CLIENT_NUM_COLS] = {
182 const uint8_t bta_hf_client_st_open[][BTA_HF_CLIENT_NUM_COLS] = {
218 const uint8_t bta_hf_client_st_closing[][BTA_HF_CLIENT_NUM_COLS] = {
254 typedef const uint8_t (*tBTA_HF_CLIENT_ST_TBL)[BTA_HF_CLIENT_NUM_COLS];

Completed in 27 milliseconds