Lines Matching defs:conn
37 struct bt_conn *conn; member
43 static void connected(struct bt_conn *conn, uint8_t conn_err) in connected()
60 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected()
81 struct bt_conn *conn; in device_found() local
112 struct bt_conn *conn; in connect_as_peripheral() local
132 struct bt_conn *conn; in connect_as_central() local
155 static void find_the_chrc(struct bt_conn *conn, in find_the_chrc()
178 static uint8_t notified(struct bt_conn *conn, in notified()
198 static void subscribed(struct bt_conn *conn, in subscribed()
211 static void subscribe(struct bt_conn *conn, in subscribe()
254 struct bt_conn *conn; in connect_and_subscribe() local
266 static bool is_disconnected(struct bt_conn *conn) in is_disconnected()
278 static int disconnect(struct bt_conn *conn) in disconnect()
360 struct bt_conn *conn; in entrypoint_peer() local