xref: /haiku/src/kits/bluetooth/KitSupport.h (revision b671e9bbdbd10268a042b4f4cc4317ccd03d105e)
1 /*
2  * Copyright 2008 Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com
3  * All rights reserved. Distributed under the terms of the MIT License.
4  */
5 #include <Messenger.h>
6 
7 BMessenger* _RetrieveBluetoothMessenger(void);
8 
9 uint8 GetInquiryTime();
10 void SetInquiryTime(uint8 time);
11