Searched refs:BTA_AG_AT_TEST (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/include/ |
D | bta_ag_at.h | 39 #define BTA_AG_AT_TEST 0x08 /* test value range */ macro
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/ |
D | bta_ag_at.c | 107 arg_type = BTA_AG_AT_TEST; /* we have a test */ in bta_ag_process_at()
|
D | bta_ag_cmd.c | 169 {"+CHLD", (BTA_AG_AT_SET | BTA_AG_AT_TEST), BTA_AG_AT_STR, 0, 4}, 171 {"+CIND", (BTA_AG_AT_READ | BTA_AG_AT_TEST), BTA_AG_AT_STR, 0, 0}, 934 if (arg_type == BTA_AG_AT_TEST) { in bta_ag_at_hfp_cback() 984 if (arg_type == BTA_AG_AT_TEST) { in bta_ag_at_hfp_cback()
|