Searched refs:has_client (Results 1 – 5 of 5) sorted by relevance
70 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 { struct260 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 …]
64 zephyr_library_sources_ifdef(CONFIG_BT_HAS_CLIENT has_client.c)
21 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=has_client \
76 has_client.c
268 SHELL_CMD_ARG_REGISTER(has_client, &has_client_cmds, "Bluetooth HAS client shell commands",