Searched refs:default_unicast_group (Results 1 – 3 of 3) sorted by relevance
90 if (default_unicast_group != NULL) { in unicast_stop_complete_cb()91 err = bt_bap_unicast_group_delete(default_unicast_group); in unicast_stop_complete_cb()94 default_unicast_group, err); in unicast_stop_complete_cb()96 default_unicast_group = NULL; in unicast_stop_complete_cb()324 if (default_unicast_group == NULL) { in cmd_cap_initiator_unicast_start()325 err = bt_bap_unicast_group_create(&group_param, &default_unicast_group); in cmd_cap_initiator_unicast_start()755 if (default_unicast_group != NULL) { in cap_ac_unicast()851 err = bt_bap_unicast_group_delete(default_unicast_group); in cap_ac_unicast()855 default_unicast_group = NULL; in cap_ac_unicast()
65 struct bt_bap_unicast_group *default_unicast_group; variable879 return bt_bap_unicast_group_create(&group_param, &default_unicast_group); in bap_ac_create_unicast_group()1487 &default_unicast_group); in create_unicast_group()1513 if (default_unicast_group == NULL) { in cmd_qos()1520 err = bt_bap_stream_qos(default_conn, default_unicast_group); in cmd_qos()3115 if (default_unicast_group != NULL) { in stream_released_cb()3140 err = bt_bap_unicast_group_delete(default_unicast_group); in stream_released_cb()3145 default_unicast_group = NULL; in stream_released_cb()
224 extern struct bt_bap_unicast_group *default_unicast_group;