Home
last modified time | relevance | path

Searched refs:ugt_feat (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dgmap_server.c62 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 in valid_gmap_features()
[all …]
Dgmap_client.c332 gmap_cli->feat.ugt_feat = net_buf_simple_pull_u8(&buf); in ugt_feat_read_cb()
333 LOG_DBG("ugt_feat 0x%02x", gmap_cli->feat.ugt_feat); in ugt_feat_read_cb()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dgmap.h159 enum bt_gmap_ugt_feat ugt_feat; member
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dgmap.c76 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-latest/tests/bsim/bluetooth/audio/src/
Dgmap_ugg_test.c391 enum bt_gmap_ugt_feat ugt_feat; in gmap_discover_cb() local
400 conn, role, features.ugg_feat, features.ugt_feat, features.bgs_feat, in gmap_discover_cb()
408 ugt_feat = features.ugt_feat; in gmap_discover_cb()
409 if ((ugt_feat & BT_GMAP_UGT_FEAT_SOURCE) == 0 || in gmap_discover_cb()
410 (ugt_feat & BT_GMAP_UGT_FEAT_80KBPS_SOURCE) == 0 || in gmap_discover_cb()
411 (ugt_feat & BT_GMAP_UGT_FEAT_SINK) == 0 || in gmap_discover_cb()
412 (ugt_feat & BT_GMAP_UGT_FEAT_64KBPS_SINK) == 0 || in gmap_discover_cb()
413 (ugt_feat & BT_GMAP_UGT_FEAT_MULTIPLEX) == 0 || in gmap_discover_cb()
414 (ugt_feat & BT_GMAP_UGT_FEAT_MULTISINK) == 0 || in gmap_discover_cb()
415 (ugt_feat & BT_GMAP_UGT_FEAT_MULTISOURCE) == 0) { in gmap_discover_cb()
[all …]
Dgmap_ugt_test.c320 conn, role, features.ugg_feat, features.ugt_feat, features.bgs_feat, in gmap_discover_cb()
363 .ugt_feat = (BT_GMAP_UGT_FEAT_SOURCE | BT_GMAP_UGT_FEAT_80KBPS_SOURCE | in test_main()
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dgmap.rst63 ugt_feat 0x6f