Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/bluetooth/audio/
Dgmap.h155 struct bt_gmap_feat { struct
179 struct bt_gmap_feat features); argument
220 int bt_gmap_register(enum bt_gmap_role role, struct bt_gmap_feat features);
240 int bt_gmap_set_role(enum bt_gmap_role role, struct bt_gmap_feat features);
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dgmap_server.c31 static struct bt_gmap_feat gmap_features;
168 static bool valid_gmap_features(enum bt_gmap_role role, struct bt_gmap_feat features) in valid_gmap_features()
344 int bt_gmap_register(enum bt_gmap_role role, struct bt_gmap_feat features) in bt_gmap_register()
375 int bt_gmap_set_role(enum bt_gmap_role role, struct bt_gmap_feat features) in bt_gmap_set_role()
Dgmap_client.c43 struct bt_gmap_feat feat;
110 gmap_cb->discover(conn, err, 0, (struct bt_gmap_feat){0}); in discover_failed()
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/
Dgmap.c66 struct bt_gmap_feat features) in gmap_discover_cb()
84 static void set_gmap_features(struct bt_gmap_feat *features) in set_gmap_features()
127 struct bt_gmap_feat features; in cmd_gmap_init()
157 struct bt_gmap_feat features; in cmd_gmap_set_role()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/
Dgmap_ugt_test.c304 struct bt_gmap_feat features) in gmap_discover_cb()
357 const struct bt_gmap_feat features = { in test_main()
Dgmap_ugg_test.c423 struct bt_gmap_feat features) in gmap_discover_cb()
463 const struct bt_gmap_feat features = { in init()