00001 00002 #include "rfcomm_endpoint.hpp" 00003 00004 namespace ariba { 00005 namespace addressing { 00006 00007 const uint16_t rfcomm_channel_address_info::type_id = 0xFE02; 00008 const std::string rfcomm_channel_address_info::type_name = "rfcomm-channel"; 00009 const std::string rfcomm_endpoint::protocol_name = "rfcomm"; 00010 00011 }} // namespace ariba::addressing