Home
last modified time | relevance | path

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

/system/bt/bta/ag/
Dbta_ag_at.h32 #define BTA_AG_AT_NONE 0x01 /* no argument */ macro
Dbta_ag_cmd.c125 {"", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0}
131 {"A", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0},
132 {"D", (BTA_AG_AT_NONE | BTA_AG_AT_FREE), BTA_AG_AT_STR, 0, 0},
138 {"+CHUP", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0},
144 {"+BLDN", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0},
148 {"+CNUM", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0},
150 {"+CLCC", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0},
155 {"+BCC", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0},
160 {"", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0}
Dbta_ag_at.c104 arg_type = BTA_AG_AT_NONE; in bta_ag_process_at()