Home
last modified time | relevance | path

Searched defs:rtl_coex_struct (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Drtk_coex.h226 struct rtl_coex_struct { struct
227 struct list_head conn_hash; //hash for connections
228 struct list_head profile_list; //hash for profile info
229 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 …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_coex.h226 struct rtl_coex_struct { struct
227 struct list_head conn_hash; //hash for connections
228 struct list_head profile_list; //hash for profile info
229 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 …]