bthid_session
struct bthid_session;
LIST_HEAD(, bthid_session) sessions;
LIST_ENTRY(bthid_session) next; /* link to next */
typedef struct bthid_session bthid_session_t;
typedef struct bthid_session * bthid_session_p;