Searched defs:rtl_coex_struct (Results 1 – 2 of 2) sorted by relevance
226 struct rtl_coex_struct { struct227 struct list_head conn_hash; //hash for connections228 struct list_head profile_list; //hash for profile info229 struct hci_dev *hdev;231 struct socket *udpsock;232 struct sockaddr_in addr;233 struct sockaddr_in wifi_addr;234 struct timer_list polling_timer;236 struct timer_list a2dp_count_timer;237 struct timer_list pan_count_timer;[all …]