Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dgmap_server.c28 (BT_GMAP_ROLE_UGG | BT_GMAP_ROLE_UGT | BT_GMAP_ROLE_BGS | BT_GMAP_ROLE_BGR)
147 if ((role & BT_GMAP_ROLE_UGT) != 0 && !IS_ENABLED(CONFIG_BT_GMAP_UGT_SUPPORTED)) { in valid_gmap_role()
206 if ((role & BT_GMAP_ROLE_UGT) != 0) { in valid_gmap_features()
323 if (role & BT_GMAP_ROLE_UGT) { in update_service()
Dgmap_client.c429 if ((gmap_cli->role & BT_GMAP_ROLE_UGT) != 0) { in ugg_feat_read_cb()
534 } else if ((gmap_cli->role & BT_GMAP_ROLE_UGT) != 0) { in role_read_cb()
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/audio/
Dgmap.h47 BT_GMAP_ROLE_UGT = BIT(1), enumerator
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/
Dgmap.c131 (IS_ENABLED(CONFIG_BT_GMAP_UGT_SUPPORTED) ? BT_GMAP_ROLE_UGT : 0U) | in cmd_gmap_init()
166 role |= BT_GMAP_ROLE_UGT; in cmd_gmap_set_role()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/
Dgmap_ugt_test.c356 const enum bt_gmap_role role = BT_GMAP_ROLE_UGT; in test_main()
Dgmap_ugg_test.c437 if ((role & BT_GMAP_ROLE_UGT) == 0) { in gmap_discover_cb()