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.c123 {"", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0}
129 {"A", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0},
130 {"D", (BTA_AG_AT_NONE | BTA_AG_AT_FREE), BTA_AG_AT_STR, 0, 0},
136 {"+CHUP", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0},
142 {"+BLDN", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0},
146 {"+CNUM", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0},
148 {"+CLCC", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0},
153 {"+BCC", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0},
156 {"", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0}
Dbta_ag_at.c107 arg_type = BTA_AG_AT_NONE; in bta_ag_process_at()