Last change
on this file since 5860 was 5284, checked in by mies, 15 years ago |
+ added new transport modules and adapted ariba to them
+ exchange endpoint descriptors an link establishment
+ clean up of base communication
+ link establishment with in the presence of multiple endpoints
+ local discovery for ipv6, ipv4 and bluetooth mac addresses
|
File size:
310 bytes
|
Rev | Line | |
---|
[5284] | 1 |
|
---|
| 2 | #include "rfcomm_endpoint.hpp"
|
---|
| 3 |
|
---|
| 4 | namespace ariba {
|
---|
| 5 | namespace addressing {
|
---|
| 6 |
|
---|
| 7 | const uint16_t rfcomm_channel_address_info::type_id = 0xFE02;
|
---|
| 8 | const std::string rfcomm_channel_address_info::type_name = "rfcomm-channel";
|
---|
| 9 | const std::string rfcomm_endpoint::protocol_name = "rfcomm";
|
---|
| 10 |
|
---|
| 11 | }} // namespace ariba::addressing
|
---|
Note:
See
TracBrowser
for help on using the repository browser.