Searched refs:test_scn (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/stack/test/rfcomm/ |
D | stack_rfcomm_test.cc | 483 static const uint8_t test_scn = 8; in TEST_F() local 487 ASSERT_NO_FATAL_FAILURE(StartServerPort(test_uuid, test_scn, test_mtu, in TEST_F() 492 test_address, server_handle, test_scn, test_mtu, acl_handle, lcid, 0)); in TEST_F() 494 server_handle, false, test_scn, true, "Hello World!\r", 50, acl_handle, in TEST_F() 497 SendAndVerifyOutgoingTransmission(server_handle, false, test_scn, false, in TEST_F() 553 static const uint8_t test_scn = 3; in TEST_F() local 561 ASSERT_NO_FATAL_FAILURE(StartServerPort(test_uuid, test_scn, test_mtu, in TEST_F() 567 test_scn, test_mtu, acl_handle_0, in TEST_F() 575 ASSERT_NO_FATAL_FAILURE(StartServerPort(test_uuid, test_scn, test_mtu, in TEST_F() 581 test_scn, test_mtu, acl_handle_1, in TEST_F() [all …]
|