Lines Matching full:connection
3 Connection Management
10 :c:func:`bt_conn_get_info` API. Connection objects are reference
12 :c:func:`bt_conn_ref` API whenever storing a connection pointer for a
14 (even if the connection would get disconnected). Similarly the
16 to a connection.
18 A common mistake is to forget unreleasing a reference to a connection
22 which forces these functions return an error if the connection pointer
24 sporadic bugs caused by not releasing the connection object.
29 define callbacks for connection & disconnection events, as well as other
30 events related to a connection such as a change in the security level or
31 the connection parameters. When acting as a central the application will
32 also get hold of the connection object through the return value of the