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