Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dhas.c71 struct has_client;
73 static int read_preset_response(struct has_client *client);
74 static int preset_list_changed(struct has_client *client);
75 static int preset_list_changed_generic_update_tail(struct has_client *client);
76 static int preset_list_changed_record_deleted_last(struct has_client *client);
206 static struct has_client { struct
261 static void client_free(struct has_client *client) in client_free()
283 static struct has_client *client_alloc(struct bt_conn *conn) in client_alloc()
286 struct has_client *client = NULL; in client_alloc()
335 static struct has_client *client_find_by_conn(struct bt_conn *conn) in client_find_by_conn()
[all …]
DCMakeLists.txt60 zephyr_library_sources_ifdef(CONFIG_BT_HAS_CLIENT has_client.c)
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/test_scripts/
Dhas.sh20 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=has_client -rs=46 -D=2
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/
DCMakeLists.txt68 has_client.c
Dhas_client.c275 SHELL_CMD_ARG_REGISTER(has_client, &has_client_cmds, "Bluetooth HAS client shell commands",