Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dhas_client.c29 LOG_MODULE_REGISTER(bt_has_client, CONFIG_BT_HAS_CLIENT_LOG_LEVEL);
31 #define HAS_INST(_has) CONTAINER_OF(_has, struct bt_has_client, has)
33 static struct bt_has_client clients[CONFIG_BT_MAX_CONN];
36 static struct bt_has_client *inst_by_conn(struct bt_conn *conn) in inst_by_conn()
38 struct bt_has_client *inst = &clients[bt_conn_index(conn)]; in inst_by_conn()
47 static void inst_cleanup(struct bt_has_client *inst) in inst_cleanup()
54 static enum bt_has_capabilities get_capabilities(const struct bt_has_client *inst) in get_capabilities()
66 static void handle_read_preset_rsp(struct bt_has_client *inst, struct net_buf_simple *buf) in handle_read_preset_rsp()
102 static void handle_generic_update(struct bt_has_client *inst, struct net_buf_simple *buf, in handle_generic_update()
133 static void handle_preset_deleted(struct bt_has_client *inst, struct net_buf_simple *buf, in handle_preset_deleted()
[all …]
Dhas_internal.h159 struct bt_has_client { struct
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_hap.c101 struct bt_has_client *inst = CONTAINER_OF(has, struct bt_has_client, has); in has_client_discover_cb()