Bluetooth: Move EIR and CoD update functions to a better position
authorJohan Hedberg <johan.hedberg@intel.com>
Wed, 14 Dec 2011 22:47:38 +0000 (00:47 +0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Sun, 18 Dec 2011 19:38:08 +0000 (17:38 -0200)
commitef5803729c2323204f7372617ad97e55e94153b9
tree0dc8f6dbccc05a56cf8f553d23a242ad6db798f7
parent14c0b60829751135346d71e7d11649c4f72dc9af
Bluetooth: Move EIR and CoD update functions to a better position

Due to the upcoming addition of a service cache timer the functions to
update the EIR and CoD need to be higher up in mgmt.c in order to avoid
unnecessary forward-declarations. This patch simply moves code around
without any other changes in order to make subsequent patches more
readable.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/mgmt.c