Searched refs:BTA_AG_AT_SET (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/ |
D | bta_ag_cmd.c | 81 {"+CKPD", BTA_AG_AT_SET, BTA_AG_AT_INT, 200, 200}, 82 {"+VGS", BTA_AG_AT_SET, BTA_AG_AT_INT, 0, 15}, 83 {"+VGM", BTA_AG_AT_SET, BTA_AG_AT_INT, 0, 15}, 165 {"+VGS", BTA_AG_AT_SET, BTA_AG_AT_INT, 0, 15}, 166 {"+VGM", BTA_AG_AT_SET, BTA_AG_AT_INT, 0, 15}, 167 {"+CCWA", BTA_AG_AT_SET, BTA_AG_AT_INT, 0, 1}, 169 {"+CHLD", (BTA_AG_AT_SET | BTA_AG_AT_TEST), BTA_AG_AT_STR, 0, 4}, 172 {"+CLIP", BTA_AG_AT_SET, BTA_AG_AT_INT, 0, 1}, 173 {"+CMER", BTA_AG_AT_SET, BTA_AG_AT_STR, 0, 0}, 174 {"+VTS", BTA_AG_AT_SET, BTA_AG_AT_STR, 0, 0}, [all …]
|
D | bta_ag_at.c | 109 arg_type = BTA_AG_AT_SET; /* we have a set */ in bta_ag_process_at() 120 if (arg_type == BTA_AG_AT_SET && p_cb->p_at_tbl[idx].fmt == BTA_AG_AT_INT) { in bta_ag_process_at()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/include/ |
D | bta_ag_at.h | 37 #define BTA_AG_AT_SET 0x02 /* set value */ macro
|