blob: f1a102481f661524d94e447d7b1d4976d59055fc [file] [log] [blame]
namespace bluetooth.l2cap.classic;
attribute "privacy";
table ChannelData {
cid:int;
}
table LinkData {
address:string;
dynamic_channels:[ChannelData];
fixed_channels:[ChannelData];
}
table L2capClassicModuleData {
title:string (privacy:"Any");
active_links:[LinkData] (privacy:"Any");
}
root_type L2capClassicModuleData;