Home
last modified time | relevance | path

Searched refs:conn_connected (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/samples/bluetooth/peripheral_gatt_write/src/
Dperipheral_gatt_write.c16 extern struct bt_conn *conn_connected;
73 conn_connected = NULL; in peripheral_gatt_write()
79 if (conn_connected) { in peripheral_gatt_write()
85 conn = bt_conn_ref(conn_connected); in peripheral_gatt_write()
/Zephyr-Core-3.5.0/samples/bluetooth/central_gatt_write/src/
Dcentral_gatt_write.c16 extern struct bt_conn *conn_connected;
94 conn_connected = NULL; in central_gatt_write()
103 if (conn_connected) { in central_gatt_write()
109 conn = bt_conn_ref(conn_connected); in central_gatt_write()
Dgatt_write_common.c18 struct bt_conn *conn_connected; variable
104 conn_connected = bt_conn_ref(conn); in connected()
135 conn_connected = NULL; in disconnected()