Searched refs:expected_aics_desc (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | micp_mic_ctlr_test.c | 211 char expected_aics_desc[AICS_DESC_SIZE]; in test_aics() local 335 strncpy(expected_aics_desc, "New Input Description", in test_aics() 336 sizeof(expected_aics_desc)); in test_aics() 337 expected_aics_desc[sizeof(expected_aics_desc) - 1] = '\0'; in test_aics() 340 expected_aics_desc); in test_aics() 346 (strncmp(expected_aics_desc, g_aics_desc, in test_aics() 347 sizeof(expected_aics_desc)) == 0)); in test_aics()
|
D | micp_mic_dev_test.c | 138 char expected_aics_desc[AICS_DESC_SIZE]; in test_aics_server_only() local 269 strncpy(expected_aics_desc, "New Input Description", in test_aics_server_only() 270 sizeof(expected_aics_desc)); in test_aics_server_only() 271 expected_aics_desc[sizeof(expected_aics_desc) - 1] = '\0'; in test_aics_server_only() 272 err = bt_aics_description_set(micp_included.aics[0], expected_aics_desc); in test_aics_server_only() 277 WAIT_FOR_COND(g_cb && !strncmp(expected_aics_desc, g_aics_desc, in test_aics_server_only() 278 sizeof(expected_aics_desc))); in test_aics_server_only()
|
D | vcp_vol_ctlr_test.c | 532 const char *expected_aics_desc = "New Input Description"; in test_aics_description_set() local 536 err = bt_aics_description_set(NULL, expected_aics_desc); in test_aics_description_set() 552 err = bt_aics_description_set(vcp_included.aics[0], expected_aics_desc); in test_aics_description_set() 559 strncmp(expected_aics_desc, g_aics_desc, strlen(expected_aics_desc)) == 0); in test_aics_description_set()
|
D | vcp_vol_rend_test.c | 500 const char *expected_aics_desc = "New Input Description"; in test_aics_description_set() local 504 err = bt_aics_description_set(NULL, expected_aics_desc); in test_aics_description_set() 520 err = bt_aics_description_set(vcp_included.aics[0], expected_aics_desc); in test_aics_description_set() 527 strncmp(expected_aics_desc, g_aics_desc, strlen(expected_aics_desc)) == 0); in test_aics_description_set()
|