Changeset 7043 for source/ariba/utility/bootstrap/modules
- Timestamp:
- Dec 8, 2009, 7:06:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/bootstrap/modules/bluetoothsdp/BluetoothSdp.cpp
r6919 r7043 64 64 namespace utility { 65 65 66 #ifdef HAVE_BLUETOOTH_BLUETOOTH_H 66 67 static bdaddr_t bd_addr_any = {{0, 0, 0, 0, 0, 0}}; 67 68 static bdaddr_t bd_addr_local = {{0, 0, 0, 0xff, 0xff, 0xff}}; 69 #endif 68 70 69 71 use_logging_cpp(BluetoothSdp);
Note:
See TracChangeset
for help on using the changeset viewer.