Searched refs:BTA_AG_AT_NONE (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/include/ |
D | bta_ag_at.h | 36 #define BTA_AG_AT_NONE 0x01 /* no argument */ macro
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/ |
D | bta_ag_cmd.c | 84 {"", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0} 163 {"A", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0}, 164 {"D", (BTA_AG_AT_NONE | BTA_AG_AT_FREE), BTA_AG_AT_STR, 0, 0}, 170 {"+CHUP", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0}, 176 {"+BLDN", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0}, 180 {"+CNUM", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0}, 182 {"+CLCC", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0}, 187 {"+BCC", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0}, 190 {"", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0}
|
D | bta_ag_at.c | 98 arg_type = BTA_AG_AT_NONE; in bta_ag_process_at()
|