Searched refs:test_scn_0 (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/bt/stack/test/rfcomm/ |
H A D | stack_rfcomm_test.cc | 506 static const uint8_t test_scn_0 = 8; in TEST_F() local 508 ASSERT_NO_FATAL_FAILURE(StartServerPort(test_uuid_0, test_scn_0, test_mtu, in TEST_F() 513 test_scn_0, test_mtu, acl_handle, in TEST_F() 520 ASSERT_NE(test_scn_1, test_scn_0); in TEST_F() 532 server_handle_0, false, test_scn_0, true, "Hello World0!\r", 50, in TEST_F() 535 server_handle_0, false, test_scn_0, false, "\r!0dlroW olleH", 4, in TEST_F() 627 static const uint8_t test_scn_0 = 8; in TEST_F() local 630 test_address, test_uuid_0, test_scn_0, test_mtu, port_mgmt_cback_0, in TEST_F() 634 test_scn_0, test_mtu, acl_handle, in TEST_F() 650 client_handle_0, false, test_scn_0, true, "\r!dlroW olleH", -1, in TEST_F() [all …]
|