Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dgmap_server.c31 static struct bt_gmap_feat gmap_features; variable
45 const uint8_t feat = (uint8_t)gmap_features.ugg_feat; in read_gmap_ugg_feat()
62 const uint8_t feat = (uint8_t)gmap_features.ugt_feat; in read_gmap_ugt_feat()
80 const uint8_t feat = (uint8_t)gmap_features.bgs_feat; in read_gmap_bgs_feat()
97 const uint8_t feat = (uint8_t)gmap_features.bgr_feat; in read_gmap_bgr_feat()
371 gmap_features = features; in bt_gmap_register()
401 if (memcmp(&gmap_features, &features, sizeof(gmap_features)) == 0) { in bt_gmap_set_role()
407 gmap_features = features; in bt_gmap_set_role()
420 err = bt_gmap_register(role, gmap_features); in bt_gmap_set_role()