commit | 1f9b9a5dc5bb8ee360db9d32b2090aac497ae82a | [log] [tgz] |
---|---|---|
author | Andre Guedes <andre.guedes@openbossa.org> | Tue Apr 30 15:29:27 2013 -0300 |
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Sun Jun 23 00:23:49 2013 +0100 |
tree | 7abc1c4cfc4d36056336c0031638dc2a42e92c37 | |
parent | 44f3b0fbaa9bfa7a88577ee8c446d0a78cb1d73a [diff] |
Bluetooth: Make inquiry_cache_flush non-static In order to use HCI request framework in start_discovery, we'll need to call inquiry_cache_flush in mgmt.c. Therefore, this patch adds the hci_ prefix to inquiry_cache_flush and makes it non-static. Signed-off-by: Andre Guedes <andre.guedes@openbossa.org> Acked-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>