Searched defs:l2cap_socket (Results 1 – 1 of 1) sorted by relevance
64 typedef struct l2cap_socket { struct65 struct l2cap_socket* prev; // link to prev list item argument66 struct l2cap_socket* next; // link to next list item argument67 RawAddress addr; // other side's address68 char name[256]; // user-friendly name of the service69 uint32_t id; // just a tag to find this struct93 } l2cap_socket; argument