Searched refs:BTA_AG_AT_SET (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluedroid/bta/ag/ |
D | bta_ag_cmd.c | 114 {"+CKPD", BTA_AG_AT_SET, BTA_AG_AT_INT, 200, 200}, 115 {"+VGS", BTA_AG_AT_SET, BTA_AG_AT_INT, 0, 15}, 116 {"+VGM", BTA_AG_AT_SET, BTA_AG_AT_INT, 0, 15}, 125 {"+VGS", BTA_AG_AT_SET, BTA_AG_AT_INT, 0, 15}, 126 {"+VGM", BTA_AG_AT_SET, BTA_AG_AT_INT, 0, 15}, 127 {"+CCWA", BTA_AG_AT_SET, BTA_AG_AT_INT, 0, 1}, 129 {"+CHLD", (BTA_AG_AT_SET | BTA_AG_AT_TEST), BTA_AG_AT_STR, 0, 4}, 132 {"+CLIP", BTA_AG_AT_SET, BTA_AG_AT_INT, 0, 1}, 133 {"+CMER", BTA_AG_AT_SET, BTA_AG_AT_STR, 0, 0}, 134 {"+VTS", BTA_AG_AT_SET, BTA_AG_AT_STR, 0, 0}, [all …]
|
D | bta_ag_at.c | 126 arg_type = BTA_AG_AT_SET; in bta_ag_process_at() 142 if (arg_type == BTA_AG_AT_SET && in bta_ag_process_at()
|
D | bta_ag_at.h | 33 #define BTA_AG_AT_SET 0x02 /* set value */ macro
|