Lines Matching +full:bgr +full:-
9 * SPDX-License-Identifier: Apache-2.0
90 features->ugg_feat |= (BT_GMAP_UGG_FEAT_MULTIPLEX | BT_GMAP_UGG_FEAT_96KBPS_SOURCE); in set_gmap_features()
93 features->ugg_feat |= BT_GMAP_UGG_FEAT_MULTISINK; in set_gmap_features()
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()
114 features->bgs_feat |= BT_GMAP_BGS_FEAT_96KBPS; in set_gmap_features()
118 features->bgr_feat |= BT_GMAP_BGR_FEAT_MULTISINK; in set_gmap_features()
120 features->bgr_feat |= BT_GMAP_BGR_FEAT_MULTIPLEX; in set_gmap_features()
141 return -ENOEXEC; in cmd_gmap_init()
148 return -ENOEXEC; in cmd_gmap_init()
169 } else if (strcmp(arg, "bgr") == 0) { in cmd_gmap_set_role()
185 return -ENOEXEC; in cmd_gmap_set_role()
199 return -ENOEXEC; in cmd_gmap_discover()
512 return -ENOEXEC; in cmd_gmap()
519 SHELL_CMD_ARG(set_role, NULL, "[ugt | ugg | bgr | bgs]", cmd_gmap_set_role, 2, 3),