Home
last modified time | relevance | path

Searched refs:test_scn_1 (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/rfcomm/
Dstack_rfcomm_test.cc468 static const uint8_t test_scn_1 = 10; in TEST_F() local
470 ASSERT_NE(test_scn_1, test_scn_0); in TEST_F()
472 ASSERT_NO_FATAL_FAILURE(StartServerPort(test_uuid_1, test_scn_1, test_mtu, port_mgmt_cback_1, in TEST_F()
475 ASSERT_NO_FATAL_FAILURE(ConnectServerPort(test_address, server_handle_1, test_scn_1, test_mtu, in TEST_F()
485 server_handle_1, false, test_scn_1, true, "Hello World1!\r", 50, acl_handle, lcid, 1)); in TEST_F()
487 server_handle_1, false, test_scn_1, false, "\r!1dlroW olleH", 4, acl_handle, lcid)); in TEST_F()
569 static const uint8_t test_scn_1 = 10; in TEST_F() local
571 ASSERT_NO_FATAL_FAILURE(StartClientPort(test_address, test_uuid_1, test_scn_1, test_mtu, in TEST_F()
574 ASSERT_NO_FATAL_FAILURE(ConnectClientPort(test_address, client_handle_1, test_scn_1, test_mtu, in TEST_F()
585 client_handle_1, false, test_scn_1, true, "\r!dlroW olleH", -1, acl_handle, lcid)); in TEST_F()
[all …]