Searched refs:BTA_AG_AT_INT (Results 1 – 3 of 3) sorted by relevance
/system/bt/bta/ag/ |
D | bta_ag_cmd.c | 120 {"+CKPD", BTA_AG_AT_SET, BTA_AG_AT_INT, 200, 200}, 121 {"+VGS", BTA_AG_AT_SET, BTA_AG_AT_INT, 0, 15}, 122 {"+VGM", BTA_AG_AT_SET, BTA_AG_AT_INT, 0, 15}, 131 {"+VGS", BTA_AG_AT_SET, BTA_AG_AT_INT, 0, 15}, 132 {"+VGM", BTA_AG_AT_SET, BTA_AG_AT_INT, 0, 15}, 133 {"+CCWA", BTA_AG_AT_SET, BTA_AG_AT_INT, 0, 1}, 138 {"+CLIP", BTA_AG_AT_SET, BTA_AG_AT_INT, 0, 1}, 141 {"+BINP", BTA_AG_AT_SET, BTA_AG_AT_INT, 1, 1}, 143 {"+BVRA", BTA_AG_AT_SET, BTA_AG_AT_INT, 0, 1}, 144 {"+BRSF", BTA_AG_AT_SET, BTA_AG_AT_INT, 0, BTA_AG_CMD_MAX_VAL}, [all …]
|
D | bta_ag_at.h | 40 #define BTA_AG_AT_INT 1 /* integer */ macro
|
D | bta_ag_at.c | 143 p_cb->p_at_tbl[idx].fmt == BTA_AG_AT_INT) in bta_ag_process_at()
|