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.cc101 #define BTA_GATTC_NUM_COLS 2 /* number of columns in state tables */ macro
104 static const uint8_t bta_gattc_st_idle[][BTA_GATTC_NUM_COLS] = {
140 static const uint8_t bta_gattc_st_w4_conn[][BTA_GATTC_NUM_COLS] = {
183 static const uint8_t bta_gattc_st_connected[][BTA_GATTC_NUM_COLS] = {
222 static const uint8_t bta_gattc_st_discover[][BTA_GATTC_NUM_COLS] = {
265 typedef const uint8_t (*tBTA_GATTC_ST_TBL)[BTA_GATTC_NUM_COLS];