Searched refs:BT_TMAP_ROLE_CG (Results 1 – 7 of 7) sorted by relevance
74 BT_TMAP_ROLE_CG = BIT(0), enumerator
26 const enum bt_tmap_role role = (BT_TMAP_CG_SUPPORTED ? BT_TMAP_ROLE_CG : 0U) | in cmd_tmap_init()
36 (BT_TMAP_ROLE_CG | BT_TMAP_ROLE_CT | BT_TMAP_ROLE_UMS | BT_TMAP_ROLE_UMR | \169 if ((role & BT_TMAP_ROLE_CG) != 0 && !IS_ENABLED(CONFIG_BT_TMAP_CG_SUPPORTED)) { in valid_tmap_role()
84 const enum bt_tmap_role role = (BT_TMAP_CG_SUPPORTED ? BT_TMAP_ROLE_CG : 0U) | in tester_init_tmap()
150 err = bt_tmap_register(BT_TMAP_ROLE_CG | BT_TMAP_ROLE_UMS); in test_main()
283 err = bt_tmap_register(BT_TMAP_ROLE_CG | BT_TMAP_ROLE_UMS); in main()
92 peer_is_cg = (peer_role & BT_TMAP_ROLE_CG) != 0; in tmap_discovery_complete()