Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dtmap.h65 BT_TMAP_ROLE_UMR = BIT(3), enumerator
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dtmap.c33 (IS_ENABLED(CONFIG_BT_TMAP_UMR_SUPPORTED) ? BT_TMAP_ROLE_UMR : 0U) | in cmd_tmap_init()
/Zephyr-latest/subsys/bluetooth/audio/
Dtmap.c36 (BT_TMAP_ROLE_CG | BT_TMAP_ROLE_CT | BT_TMAP_ROLE_UMS | BT_TMAP_ROLE_UMR | \
187 if ((role & BT_TMAP_ROLE_UMR) != 0 && !IS_ENABLED(CONFIG_BT_TMAP_UMR_SUPPORTED)) { in valid_tmap_role()
/Zephyr-latest/samples/bluetooth/tmap_peripheral/src/
Dmain.c54 BT_BYTES_LIST_LE16(BT_TMAP_ROLE_UMR | BT_TMAP_ROLE_CT), /* TMAP Role */
224 err = bt_tmap_register(BT_TMAP_ROLE_CT | BT_TMAP_ROLE_UMR); in main()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_tmap.c91 (IS_ENABLED(CONFIG_BT_TMAP_UMR_SUPPORTED) ? BT_TMAP_ROLE_UMR : 0U) | in tester_init_tmap()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dtmap_client_test.c79 if (!(peer_tmap_role & BT_TMAP_ROLE_UMR)) { in check_audio_support_and_connect()
Dcommon.h127 (IS_ENABLED(CONFIG_BT_TMAP_UMR_SUPPORTED) ? BT_TMAP_ROLE_UMR : 0U) | \
/Zephyr-latest/samples/bluetooth/tmap_central/src/
Dmain.c179 if (!(sys_le16_to_cpu(peer_tmap_role) & BT_TMAP_ROLE_UMR)) { in check_audio_support_and_connect()