It is not used anywhere and can be removed. --- profiles/audio/avdtp.c | 19 ------------------- profiles/audio/avdtp.h | 2 -- 2 files changed, 21 deletions(-) diff --git a/profiles/audio/avdtp.c b/profiles/audio/avdtp.c index fc896c7..1f29050 100644 --- a/profiles/audio/avdtp.c +++ b/profiles/audio/avdtp.c @@ -3164,25 +3164,6 @@ static gboolean avdtp_parse_rej(struct avdtp *session, } } -gboolean avdtp_is_connected(struct btd_device *device) -{ - struct avdtp_server *server; - struct avdtp *session; - - server = find_server(servers, device_get_adapter(device)); - if (!server) - return FALSE; - - session = find_session(server->sessions, device); - if (!session) - return FALSE; - - if (session->state != AVDTP_SESSION_STATE_DISCONNECTED) - return TRUE; - - return FALSE; -} - struct avdtp_service_capability *avdtp_stream_get_codec( struct avdtp_stream *stream) { diff --git a/profiles/audio/avdtp.h b/profiles/audio/avdtp.h index b8aaf1d..e19dfc3 100644 --- a/profiles/audio/avdtp.h +++ b/profiles/audio/avdtp.h @@ -218,8 +218,6 @@ struct avdtp *avdtp_get(struct btd_device *device); void avdtp_unref(struct avdtp *session); struct avdtp *avdtp_ref(struct avdtp *session); -gboolean avdtp_is_connected(struct btd_device *device); - struct avdtp_service_capability *avdtp_service_cap_new(uint8_t category, void *data, int size); -- 1.8.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html