Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dhas.c70 struct has_client;
72 static int read_preset_response(struct has_client *client);
73 static int preset_list_changed(struct has_client *client);
74 static int preset_list_changed_generic_update_tail(struct has_client *client);
75 static int preset_list_changed_record_deleted_last(struct has_client *client);
205 static struct has_client { struct
260 static void client_free(struct has_client *client) in client_free()
282 static struct has_client *client_alloc(struct bt_conn *conn) in client_alloc()
285 struct has_client *client = NULL; in client_alloc()
334 static struct has_client *client_find_by_conn(struct bt_conn *conn) in client_find_by_conn()
[all …]
DCMakeLists.txt64 zephyr_library_sources_ifdef(CONFIG_BT_HAS_CLIENT has_client.c)
/Zephyr-latest/tests/bsim/bluetooth/audio/test_scripts/
Dhas.sh21 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=has_client \
/Zephyr-latest/subsys/bluetooth/audio/shell/
DCMakeLists.txt76 has_client.c
Dhas_client.c268 SHELL_CMD_ARG_REGISTER(has_client, &has_client_cmds, "Bluetooth HAS client shell commands",