summaryrefslogtreecommitdiffstats
path: root/btif/include/btif_profile_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'btif/include/btif_profile_queue.h')
-rw-r--r--btif/include/btif_profile_queue.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/btif/include/btif_profile_queue.h b/btif/include/btif_profile_queue.h
index 5aa8a25..8f5f013 100644
--- a/btif/include/btif_profile_queue.h
+++ b/btif/include/btif_profile_queue.h
@@ -45,22 +45,23 @@
*
************************************************************************************/
-/*******************************************************************************
+/************************************************************************************
*
* Filename: btif_profile_queue.h
*
* Description: Bluetooth remote device connection queuing
*
- *******************************************************************************/
-
-#ifndef BTIF_PROFILE_QUEUE_H
-#define BTIF_PROFILE_QUEUE_H
+ ***********************************************************************************/
+#ifndef BTIF_QUEUE_H
+#define BTIF_QUEUE_H
typedef bt_status_t (btif_connect_cb_t) (bt_bdaddr_t *bda);
bt_status_t btif_queue_connect(uint16_t uuid, const bt_bdaddr_t *bda,
btif_connect_cb_t *connect_cb);
+
void btif_queue_advance();
+
void btif_queue_release();
#endif