Searched refs:test_scn_1 (Results 1 – 1 of 1) sorted by relevance
/system/bt/stack/test/rfcomm/ |
D | stack_rfcomm_test.cc | 518 static const uint8_t test_scn_1 = 10; in TEST_F() local 520 ASSERT_NE(test_scn_1, test_scn_0); in TEST_F() 522 ASSERT_NO_FATAL_FAILURE(StartServerPort(test_uuid_1, test_scn_1, test_mtu, in TEST_F() 527 test_scn_1, test_mtu, acl_handle, in TEST_F() 539 server_handle_1, false, test_scn_1, true, "Hello World1!\r", 50, in TEST_F() 542 server_handle_1, false, test_scn_1, false, "\r!1dlroW olleH", 4, in TEST_F() 639 static const uint8_t test_scn_1 = 10; in TEST_F() local 642 test_address, test_uuid_1, test_scn_1, test_mtu, port_mgmt_cback_1, in TEST_F() 645 test_scn_1, test_mtu, acl_handle, in TEST_F() 658 client_handle_1, false, test_scn_1, true, "\r!dlroW olleH", -1, in TEST_F() [all …]
|