Searched refs:ugt_feat (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/ |
D | gmap_server.c | 62 const uint8_t feat = (uint8_t)gmap_features.ugt_feat; in read_gmap_ugt_feat() 207 enum bt_gmap_ugt_feat ugt_feat = features.ugt_feat; in valid_gmap_features() local 210 if ((ugt_feat & BT_GMAP_UGT_FEAT_SOURCE) == 0 && in valid_gmap_features() 211 (ugt_feat & BT_GMAP_UGT_FEAT_SINK) == 0) { in valid_gmap_features() 218 if ((ugt_feat & BT_GMAP_UGT_FEAT_SOURCE) == 0 && in valid_gmap_features() 219 ((ugt_feat & BT_GMAP_UGT_FEAT_80KBPS_SOURCE) != 0 || in valid_gmap_features() 220 (ugt_feat & BT_GMAP_UGT_FEAT_MULTISOURCE) != 0)) { in valid_gmap_features() 228 if ((ugt_feat & BT_GMAP_UGT_FEAT_SOURCE) != 0 && in valid_gmap_features() 236 if ((ugt_feat & BT_GMAP_UGT_FEAT_MULTISOURCE) != 0 && in valid_gmap_features() 246 if ((ugt_feat & BT_GMAP_UGT_FEAT_SINK) != 0 && CONFIG_BT_ASCS_ASE_SNK_COUNT == 0) { in valid_gmap_features() [all …]
|
D | gmap_client.c | 325 gmap_cli->feat.ugt_feat = net_buf_simple_pull_u8(&buf); in ugt_feat_read_cb() 326 LOG_DBG("ugt_feat 0x%02x", gmap_cli->feat.ugt_feat); in ugt_feat_read_cb()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/ |
D | gmap.c | 76 conn, role, features.ugg_feat, features.ugt_feat, features.bgs_feat, in gmap_discover_cb() 100 features->ugt_feat |= (BT_GMAP_UGT_FEAT_SOURCE | BT_GMAP_UGT_FEAT_80KBPS_SOURCE); in set_gmap_features() 102 features->ugt_feat |= BT_GMAP_UGT_FEAT_MULTISOURCE; in set_gmap_features() 106 features->ugt_feat |= (BT_GMAP_UGT_FEAT_SINK | BT_GMAP_UGT_FEAT_64KBPS_SINK); in set_gmap_features() 108 features->ugt_feat |= BT_GMAP_UGT_FEAT_MULTISINK; in set_gmap_features()
|
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/audio/ |
D | gmap.h | 159 enum bt_gmap_ugt_feat ugt_feat; member
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/ |
D | gmap_ugg_test.c | 425 enum bt_gmap_ugt_feat ugt_feat; in gmap_discover_cb() local 434 conn, role, features.ugg_feat, features.ugt_feat, features.bgs_feat, in gmap_discover_cb() 442 ugt_feat = features.ugt_feat; in gmap_discover_cb() 443 if ((ugt_feat & BT_GMAP_UGT_FEAT_SOURCE) == 0 || in gmap_discover_cb() 444 (ugt_feat & BT_GMAP_UGT_FEAT_80KBPS_SOURCE) == 0 || in gmap_discover_cb() 445 (ugt_feat & BT_GMAP_UGT_FEAT_SINK) == 0 || in gmap_discover_cb() 446 (ugt_feat & BT_GMAP_UGT_FEAT_64KBPS_SINK) == 0 || in gmap_discover_cb() 447 (ugt_feat & BT_GMAP_UGT_FEAT_MULTIPLEX) == 0 || in gmap_discover_cb() 448 (ugt_feat & BT_GMAP_UGT_FEAT_MULTISINK) == 0 || in gmap_discover_cb() 449 (ugt_feat & BT_GMAP_UGT_FEAT_MULTISOURCE) == 0) { in gmap_discover_cb() [all …]
|
D | gmap_ugt_test.c | 315 conn, role, features.ugg_feat, features.ugt_feat, features.bgs_feat, in gmap_discover_cb() 358 .ugt_feat = (BT_GMAP_UGT_FEAT_SOURCE | BT_GMAP_UGT_FEAT_80KBPS_SOURCE | in test_main()
|
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/audio/shell/ |
D | gmap.rst | 63 ugt_feat 0x6f
|