diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-16 15:42:10 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-16 15:42:10 +0000 |
commit | cdd9e2e17ad674e5fc1a5ed19643880ef61d28c7 (patch) | |
tree | 5292da714c803e54ad8e199f3a06d6db9d9d42f2 /audio/device.h | |
parent | 3863eba35ca65bb4ea17d3763ae27afafdf0f4c2 (diff) |
Rework interfacing with the avdtp state machine
Diffstat (limited to 'audio/device.h')
-rw-r--r-- | audio/device.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/audio/device.h b/audio/device.h index d9a42ca1..a527c096 100644 --- a/audio/device.h +++ b/audio/device.h @@ -75,9 +75,4 @@ int device_remove_stored(struct device *dev); void device_finish_sdp_transaction(struct device *device); -int device_get_config(struct device *dev, int sock, struct ipc_packet *req, - int pkt_len, struct ipc_data_cfg **rsp, int *fd); - -void device_set_state(struct device *dev, uint8_t state); - uint8_t device_get_state(struct device *dev); |