Searched refs:BTA_AG_RES_FMT_INT (Results 1 – 1 of 1) sorted by relevance
/external/bluetooth/bluedroid/bta/ag/ |
D | bta_ag_cmd.c | 164 BTA_AG_RES_FMT_INT, /* integer argument */ enumerator 203 {"+VGS: ", BTA_AG_RES_FMT_INT}, 204 {"+VGM: ", BTA_AG_RES_FMT_INT}, 211 {"+BVRA: ", BTA_AG_RES_FMT_INT}, 212 {"+BRSF: ", BTA_AG_RES_FMT_INT}, 213 {"+BSIR: ", BTA_AG_RES_FMT_INT}, 215 {"+BTRH: ", BTA_AG_RES_FMT_INT}, 218 {"+CME ERROR: ", BTA_AG_RES_FMT_INT}, 219 {"+BCS: ", BTA_AG_RES_FMT_INT}, 367 if (bta_ag_result_tbl[code].fmt == BTA_AG_RES_FMT_INT) in bta_ag_send_result() [all …]
|