Searched refs:test_scn (Results 1 – 1 of 1) sorted by relevance
/system/bt/stack/test/rfcomm/ |
D | stack_rfcomm_test.cc | 481 static const uint8_t test_scn = 8; in TEST_F() local 485 ASSERT_NO_FATAL_FAILURE(StartServerPort(test_uuid, test_scn, test_mtu, in TEST_F() 490 test_address, server_handle, test_scn, test_mtu, acl_handle, lcid, 0)); in TEST_F() 492 server_handle, false, test_scn, true, "Hello World!\r", 50, acl_handle, in TEST_F() 495 SendAndVerifyOutgoingTransmission(server_handle, false, test_scn, false, in TEST_F() 551 static const uint8_t test_scn = 3; in TEST_F() local 559 ASSERT_NO_FATAL_FAILURE(StartServerPort(test_uuid, test_scn, test_mtu, in TEST_F() 565 test_scn, test_mtu, acl_handle_0, in TEST_F() 573 ASSERT_NO_FATAL_FAILURE(StartServerPort(test_uuid, test_scn, test_mtu, in TEST_F() 579 test_scn, test_mtu, acl_handle_1, in TEST_F() [all …]
|