- Timestamp:
- Aug 22, 2012, 2:09:00 PM (13 years ago)
- Location:
- source
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
source
- Property svn:ignore deleted
-
source/ariba
- Property svn:ignore deleted
-
source/ariba/utility
- Property svn:ignore deleted
-
source/ariba/utility/bootstrap/modules/bluetoothsdp
- Property svn:mergeinfo changed (with no actual effect on merging)
-
source/ariba/utility/bootstrap/modules/bluetoothsdp/BluetoothSdp.h
r7532 r10700 54 54 #include "ariba/utility/logging/Logging.h" 55 55 56 #ifdef HAVE_ BLUETOOTH_BLUETOOTH_H56 #ifdef HAVE_LIBBLUETOOTH 57 57 #include <bluetooth/bluetooth.h> 58 58 #include <bluetooth/sdp.h> … … 94 94 private: 95 95 96 #ifdef HAVE_ BLUETOOTH_BLUETOOTH_H96 #ifdef HAVE_LIBBLUETOOTH 97 97 void bt_scan(); 98 98 void sdp_search(bdaddr_t target, string devicename); … … 104 104 105 105 bool haveConnections(); 106 #endif // HAVE_ BLUETOOTH_BLUETOOTH_H106 #endif // HAVE_LIBBLUETOOTH 107 107 108 108 boost::asio::io_service io_service_;
Note:
See TracChangeset
for help on using the changeset viewer.