Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dgmap_server.c133 static struct bt_gatt_service gmas; variable
311 gmas.attrs = svc_attrs; in update_service()
312 gmas.attr_count = 3; /* service + 2 attributes for BT_UUID_GMAP_ROLE */ in update_service()
317 memcpy(&gmas.attrs[gmas.attr_count], ugg_feat_chrc, sizeof(ugg_feat_chrc)); in update_service()
318 gmas.attr_count += ARRAY_SIZE(ugg_feat_chrc); in update_service()
324 memcpy(&gmas.attrs[gmas.attr_count], ugt_feat_chrc, sizeof(ugt_feat_chrc)); in update_service()
325 gmas.attr_count += ARRAY_SIZE(ugt_feat_chrc); in update_service()
331 memcpy(&gmas.attrs[gmas.attr_count], bgs_feat_chrc, sizeof(bgs_feat_chrc)); in update_service()
332 gmas.attr_count += ARRAY_SIZE(bgs_feat_chrc); in update_service()
338 memcpy(&gmas.attrs[gmas.attr_count], bgr_feat_chrc, sizeof(bgr_feat_chrc)); in update_service()
[all …]