Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_unicast.h23 struct btp_bap_unicast_group { struct
52 int btp_bap_unicast_group_create(uint8_t cig_id, struct btp_bap_unicast_group **out_unicast_group);
53 struct btp_bap_unicast_group *btp_bap_unicast_group_find(uint8_t cig_id);
Dbtp_bap_unicast.c33 static struct btp_bap_unicast_group cigs[CONFIG_BT_ISO_MAX_CIG];
603 struct btp_bap_unicast_group *u_cig = &cigs[cig_id]; in stream_released()
1058 struct btp_bap_unicast_group **out_unicast_group) in btp_bap_unicast_group_create()
1086 struct btp_bap_unicast_group *u_cig = &cigs[cig_id]; in btp_bap_unicast_group_create()
1148 struct btp_bap_unicast_group *btp_bap_unicast_group_find(uint8_t cig_id) in btp_bap_unicast_group_find()
1312 struct btp_bap_unicast_group *out_unicast_group; in btp_ascs_configure_qos()
Dbtp_cap.c23 static struct btp_bap_unicast_group *u_group;
195 struct btp_bap_unicast_group *group; in cap_unicast_setup_ase()