xref: /haiku/src/kits/bluetooth/KitSupport.h (revision c90684742e7361651849be4116d0e5de3a817194)
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 #ifndef KITSUPPORT_H
6 #define KITSUPPORT_H
7 
8 #include <Messenger.h>
9 
10 BMessenger* _RetrieveBluetoothMessenger(void);
11 
12 uint8 GetInquiryTime();
13 void SetInquiryTime(uint8 time);
14 
15 #endif
16 
17