Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dgatt_cli.c38 static struct bt_mesh_gatt_server { struct
51 static struct bt_mesh_gatt_server *get_server(struct bt_conn *conn) in get_server() argument
81 struct bt_mesh_gatt_server *server = get_server(conn); in notify_enabled()
98 struct bt_mesh_gatt_server *server = get_server(conn); in discover_func()
164 struct bt_mesh_gatt_server *server = get_server(conn); in bt_mesh_gatt_send()
174 struct bt_mesh_gatt_server *server = get_server(conn); in gatt_connected()
215 struct bt_mesh_gatt_server *server = get_server(conn); in gatt_disconnected()
228 (void)memset(server, 0, sizeof(struct bt_mesh_gatt_server)); in gatt_disconnected()
237 struct bt_mesh_gatt_server *server; in bt_mesh_gatt_cli_connect()