Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dhas.c194 static struct client_context { struct
219 struct client_context *context; argument
223 static struct client_context *context_find(const bt_addr_le_t *addr) in context_find()
236 static struct client_context *context_alloc(const bt_addr_le_t *addr) in context_alloc()
238 struct client_context *context; in context_alloc()
255 static void context_free(struct client_context *context) in context_free()
531 struct client_context *context; in bond_deleted_cb()
792 struct client_context *context = &contexts[i]; in control_point_send_all()
894 struct client_context *context; in settings_set_cb()
940 static void store_client_context(struct client_context *context) in store_client_context()