Searched refs:test_scn_0 (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/rfcomm/ |
D | stack_rfcomm_test.cc | 458 static const uint8_t test_scn_0 = 8; in TEST_F() local 460 ASSERT_NO_FATAL_FAILURE(StartServerPort(test_uuid_0, test_scn_0, test_mtu, port_mgmt_cback_0, in TEST_F() 463 ASSERT_NO_FATAL_FAILURE(ConnectServerPort(test_address, server_handle_0, test_scn_0, test_mtu, in TEST_F() 470 ASSERT_NE(test_scn_1, test_scn_0); in TEST_F() 480 server_handle_0, false, test_scn_0, true, "Hello World0!\r", 50, acl_handle, lcid, 0)); in TEST_F() 482 server_handle_0, false, test_scn_0, false, "\r!0dlroW olleH", 4, acl_handle, lcid)); in TEST_F() 558 static const uint8_t test_scn_0 = 8; in TEST_F() local 560 ASSERT_NO_FATAL_FAILURE(StartClientPort(test_address, test_uuid_0, test_scn_0, test_mtu, in TEST_F() 564 ASSERT_NO_FATAL_FAILURE(ConnectClientPort(test_address, client_handle_0, test_scn_0, test_mtu, in TEST_F() 579 client_handle_0, false, test_scn_0, true, "\r!dlroW olleH", -1, acl_handle, lcid)); in TEST_F() [all …]
|