Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dgmap_client.c26 LOG_MODULE_REGISTER(bt_gmap_client, CONFIG_BT_GMAP_LOG_LEVEL);
37 static struct bt_gmap_client { struct
57 static void gmap_reset(struct bt_gmap_client *gmap_cli) in gmap_reset() argument
66 static struct bt_gmap_client *client_by_conn(struct bt_conn *conn) in client_by_conn()
68 struct bt_gmap_client *gmap_cli = &gmap_insts[bt_conn_index(conn)]; in client_by_conn()
79 struct bt_gmap_client *gmap_cli = client_by_conn(conn); in disconnected()
91 static void discover_complete(struct bt_gmap_client *gmap_cli) in discover_complete()
102 static void discover_failed(struct bt_gmap_client *gmap_cli, int err) in discover_failed()
116 struct bt_gmap_client *gmap_cli = client_by_conn(conn); in bgr_feat_read_cb()
145 static int gmap_read_bgr_feat(struct bt_gmap_client *gmap_cli, uint16_t handle) in gmap_read_bgr_feat()
[all …]