Searched refs:test_mtu (Results 1 – 1 of 1) sorted by relevance
/system/bt/stack/test/rfcomm/ |
D | stack_rfcomm_test.cc | 482 static const uint16_t test_mtu = 1600; 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() 503 static const uint16_t test_mtu = 1600; in TEST_F() local 510 ASSERT_NO_FATAL_FAILURE(StartServerPort(test_uuid_0, test_scn_0, test_mtu, in TEST_F() 515 test_scn_0, test_mtu, acl_handle, in TEST_F() 524 ASSERT_NO_FATAL_FAILURE(StartServerPort(test_uuid_1, test_scn_1, test_mtu, in TEST_F() 529 test_scn_1, test_mtu, acl_handle, in TEST_F() 550 static const uint16_t test_mtu = 1600; in TEST_F() local 559 ASSERT_NO_FATAL_FAILURE(StartServerPort(test_uuid, test_scn, test_mtu, in TEST_F() [all …]
|