summaryrefslogtreecommitdiffstats
path: root/btif/include/btif_dm.h
diff options
context:
space:
mode:
Diffstat (limited to 'btif/include/btif_dm.h')
-rw-r--r--btif/include/btif_dm.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/btif/include/btif_dm.h b/btif/include/btif_dm.h
index 45e3e98..9af0a04 100644
--- a/btif/include/btif_dm.h
+++ b/btif/include/btif_dm.h
@@ -67,4 +67,13 @@
*******************************************************************************/
void bte_dm_evt(tBTA_DM_SEC_EVT event, tBTA_DM_SEC *p_data);
+#if (BTM_OOB_INCLUDED == TRUE)
+void btif_dm_set_oob_for_io_req(tBTA_OOB_DATA *p_oob_data);
+#ifdef BTIF_DM_OOB_TEST
+void btif_dm_load_local_oob(void);
+void btif_dm_proc_loc_oob(BOOLEAN valid, BT_OCTET16 c, BT_OCTET16 r);
+BOOLEAN btif_dm_proc_rmt_oob(BD_ADDR bd_addr, BT_OCTET16 p_c, BT_OCTET16 p_r);
+#endif /* BTIF_DM_OOB_TEST */
+#endif /* BTM_OOB_INCLUDED */
+
#endif