- Timestamp:
- Jul 13, 2009, 5:41:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/bootstrap/modules/bluetoothsdp/BluetoothSdp.h
r4870 r4879 53 53 54 54 #ifdef HAVE_BLUETOOTH_BLUETOOTH_H 55 #include <bluetooth/bluetooth.h>56 #include <bluetooth/sdp.h>57 #include <bluetooth/sdp_lib.h>58 #include <bluetooth/hci.h>59 #include <bluetooth/hci_lib.h>55 #include <bluetooth/bluetooth.h> 56 #include <bluetooth/sdp.h> 57 #include <bluetooth/sdp_lib.h> 58 #include <bluetooth/hci.h> 59 #include <bluetooth/hci_lib.h> 60 60 #endif 61 61 … … 80 80 virtual void revokeService(string name); 81 81 82 private: 83 82 84 #ifdef HAVE_BLUETOOTH_BLUETOOTH_H 83 84 private:85 85 void bt_scan(); 86 86 void sdp_search(bdaddr_t target); … … 88 88 sdp_session_t *sdp_session_; 89 89 uint8_t channel_; 90 91 90 #endif // HAVE_BLUETOOTH_BLUETOOTH_H 92 91 … … 95 94 boost::thread t_; 96 95 97 98 96 }; 99 97
Note:
See TracChangeset
for help on using the changeset viewer.