Changeset 8620 for source/ariba/communication/networkinfo
- Timestamp:
- Oct 4, 2010, 2:27:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/networkinfo/AddressDiscovery.cpp
r8606 r8620 77 77 endpoint_set* set = (endpoint_set*)arg; 78 78 struct hci_dev_info di; 79 memset(&di, 0, sizeof(struct hci_dev_info)); 79 80 di.dev_id = dev_id; 80 81 if (ioctl(s, HCIGETDEVINFO, (void *) &di)) return 0;
Note:
See TracChangeset
for help on using the changeset viewer.