Home
last modified time | relevance | path

Searched refs:BT_GMAP_ROLE_UGG (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)
141 if ((role & BT_GMAP_ROLE_UGG) != 0 && !IS_ENABLED(CONFIG_BT_GMAP_UGG_SUPPORTED)) { in valid_gmap_role()
172 if ((role & BT_GMAP_ROLE_UGG) != 0) { in valid_gmap_features()
316 if (role & BT_GMAP_ROLE_UGG) { in update_service()
Dgmap_client.c532 if ((gmap_cli->role & BT_GMAP_ROLE_UGG) != 0) { in role_read_cb()
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/audio/
Dgmap.h40 BT_GMAP_ROLE_UGG = BIT(0), enumerator
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/
Dgmap.c130 gmap_role = (IS_ENABLED(CONFIG_BT_GMAP_UGG_SUPPORTED) ? BT_GMAP_ROLE_UGG : 0U) | in cmd_gmap_init()
164 role |= BT_GMAP_ROLE_UGG; in cmd_gmap_set_role()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/
Dgmap_ugt_test.c318 if ((role & BT_GMAP_ROLE_UGG) == 0) { in gmap_discover_cb()
Dgmap_ugg_test.c467 const enum bt_gmap_role role = BT_GMAP_ROLE_UGG; in init()