Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/peripheral_gatt_write/src/
Dperipheral_gatt_write.c17 extern struct bt_conn *conn_connected;
78 conn_connected = NULL; in peripheral_gatt_write()
84 if (conn_connected) { in peripheral_gatt_write()
90 conn = bt_conn_ref(conn_connected); in peripheral_gatt_write()
/Zephyr-latest/samples/bluetooth/central_gatt_write/src/
Dcentral_gatt_write.c17 extern struct bt_conn *conn_connected;
95 conn_connected = NULL; in central_gatt_write()
104 if (conn_connected) { in central_gatt_write()
110 conn = bt_conn_ref(conn_connected); in central_gatt_write()
Dgatt_write_common.c19 struct bt_conn *conn_connected; variable
110 conn_connected = bt_conn_ref(conn); in connected()
141 conn_connected = NULL; in disconnected()