Searched refs:bt_gmap_role (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/audio/ |
D | gmap.h | 33 enum bt_gmap_role { enum 178 void (*discover)(struct bt_conn *conn, int err, enum bt_gmap_role role, 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/ |
D | gmap_server.c | 135 static bool valid_gmap_role(enum bt_gmap_role role) in valid_gmap_role() 168 static bool valid_gmap_features(enum bt_gmap_role role, struct bt_gmap_feat features) in valid_gmap_features() 309 static void update_service(enum bt_gmap_role role) in update_service() 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()
|
D | gmap_client.c | 42 enum bt_gmap_role role;
|
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/ |
D | gmap.c | 41 static enum bt_gmap_role gmap_role; 65 static void gmap_discover_cb(struct bt_conn *conn, int err, enum bt_gmap_role role, in gmap_discover_cb() 156 enum bt_gmap_role role = 0; in cmd_gmap_set_role()
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/ |
D | gmap_ugt_test.c | 303 static void gmap_discover_cb(struct bt_conn *conn, int err, enum bt_gmap_role role, in gmap_discover_cb() 356 const enum bt_gmap_role role = BT_GMAP_ROLE_UGT; in test_main()
|
D | gmap_ugg_test.c | 422 static void gmap_discover_cb(struct bt_conn *conn, int err, enum bt_gmap_role role, in gmap_discover_cb() 467 const enum bt_gmap_role role = BT_GMAP_ROLE_UGG; in init()
|