Searched refs:BTA_AG_AT_TEST (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluedroid/bta/ag/ |
D | bta_ag_at.h | 35 #define BTA_AG_AT_TEST 0x08 /* test value range */ macro
|
D | bta_ag_at.c | 121 arg_type = BTA_AG_AT_TEST; in bta_ag_process_at()
|
D | bta_ag_cmd.c | 129 {"+CHLD", (BTA_AG_AT_SET | BTA_AG_AT_TEST), BTA_AG_AT_STR, 0, 4}, 131 {"+CIND", (BTA_AG_AT_READ | BTA_AG_AT_TEST), BTA_AG_AT_STR, 0, 0}, 933 if (arg_type == BTA_AG_AT_TEST) in bta_ag_at_hfp_cback() 991 if (arg_type == BTA_AG_AT_TEST) in bta_ag_at_hfp_cback()
|