Searched refs:BTA_AG_AT_READ (Results 1 – 3 of 3) sorted by relevance
/system/bt/bta/ag/ |
D | bta_ag_at.h | 34 #define BTA_AG_AT_READ 0x04 /* read value */ macro
|
D | bta_ag_at.cc | 109 arg_type = BTA_AG_AT_READ; in bta_ag_process_at()
|
D | bta_ag_cmd.cc | 91 {"+CIND", BTA_AG_AT_CIND_EVT, BTA_AG_AT_READ | BTA_AG_AT_TEST, 103 {"+BTRH", BTA_AG_AT_BTRH_EVT, BTA_AG_AT_READ | BTA_AG_AT_SET, BTA_AG_AT_INT, 106 {"+COPS", BTA_AG_AT_COPS_EVT, BTA_AG_AT_READ | BTA_AG_AT_SET, BTA_AG_AT_STR, 115 BTA_AG_AT_SET | BTA_AG_AT_READ | BTA_AG_AT_TEST, BTA_AG_AT_STR, 0, 0}, 745 } else if (arg_type == BTA_AG_AT_READ) { in bta_ag_bind_response()
|