Lines Matching full:connection
22 TEST_ASSERT(err == BT_HCI_ERR_UNKNOWN_CONN_ID, "Expected connection timeout"); in connected_cb_expect_fail()
31 TEST_ASSERT(err == BT_HCI_ERR_SUCCESS, "Expected connection establishment"); in connected_cb()
82 TEST_PRINT("Connection timeout after %d ms", time_diff_ms); in test_central_connect_timeout_with_timeout()
84 "Connection timeout not within 10%% of expected timeout. " in test_central_connect_timeout_with_timeout()
130 /* Now we have a valid connection reference */ in test_central_connect_when_connecting()
136 TEST_ASSERT(err == -EALREADY, "Expected to fail to create connection (err %d)", err); in test_central_connect_when_connecting()
177 TEST_ASSERT(err == 0, "Failed establishing connection", err); in test_central_connect_to_existing()
179 /* Now we have a valid connection reference */ in test_central_connect_to_existing()
185 TEST_ASSERT(err == -EINVAL, "Expected to fail to create a connection (err %d)", err); in test_central_connect_to_existing()
197 .test_descr = "Verifies that the default connection timeout is used correctly",
212 " to an existing device and does not unref the existing connection object.",