@@ -3243,22 +3243,6 @@ static bool match_bap_adapter(const void *data, const void *match_data)
return adapter->adapter == match_data;
}
-void bap_scan_delegator_probe(struct btd_device *device)
-{
- struct bap_data *data;
-
- /* Create BAP session for the Broadcaster device */
- data = bap_data_new(device);
- data->device = device;
-
- bap_data_add(data);
-
- /* Add Broadcast Audio Announcement Service UUID
- * to device and probe service.
- */
- btd_device_add_uuid(device, BCAAS_UUID_STR);
-}
-
static int bap_bcast_probe(struct btd_service *service)
{
struct btd_device *device = btd_service_get_device(service);
@@ -14,7 +14,6 @@ typedef void (*bap_stream_cb_t)(uint8_t bis, uint8_t sgrp,
extern struct bt_iso_qos bap_sink_pa_qos;
struct bt_bap *bap_get_session(struct btd_device *device);
-void bap_scan_delegator_probe(struct btd_device *device);
bool parse_base(struct bt_iso_base *base, struct bt_iso_qos *qos,
util_debug_func_t func, bap_stream_cb_t handler,