Home
last modified time | relevance | path

Searched refs:BTA_GATTC_NUM_COLS (Results 1 – 1 of 1) sorted by relevance

/system/bt/bta/gatt/
Dbta_gattc_main.cc102 #define BTA_GATTC_NUM_COLS 2 /* number of columns in state tables */ macro
105 static const uint8_t bta_gattc_st_idle[][BTA_GATTC_NUM_COLS] = {
141 static const uint8_t bta_gattc_st_w4_conn[][BTA_GATTC_NUM_COLS] = {
184 static const uint8_t bta_gattc_st_connected[][BTA_GATTC_NUM_COLS] = {
223 static const uint8_t bta_gattc_st_discover[][BTA_GATTC_NUM_COLS] = {
266 typedef const uint8_t (*tBTA_GATTC_ST_TBL)[BTA_GATTC_NUM_COLS];