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 9 #include <Messenger.h> 10 11 12 BMessenger* _RetrieveBluetoothMessenger(void); 13 14 uint8 GetInquiryTime(); 15 void SetInquiryTime(uint8 time); 16 17 18 #endif 19