Home
last modified time | relevance | path

Searched refs:usbh_bluetooth (Results 1 – 6 of 6) sorted by relevance

/components/drivers/usb/cherryusb/class/wireless/
A Dusbh_bluetooth.h16 struct usbh_bluetooth { struct
49 void usbh_bluetooth_run(struct usbh_bluetooth *bluetooth_class); argument
50 void usbh_bluetooth_stop(struct usbh_bluetooth *bluetooth_class);
A Dusbh_bluetooth.c15 static struct usbh_bluetooth g_bluetooth_class;
36 struct usbh_bluetooth *bluetooth_class = &g_bluetooth_class; in usbh_bluetooth_connect()
44 memset(bluetooth_class, 0, sizeof(struct usbh_bluetooth)); in usbh_bluetooth_connect()
109 struct usbh_bluetooth *bluetooth_class = (struct usbh_bluetooth *)hport->config.intf[intf].priv; in usbh_bluetooth_disconnect()
142 memset(bluetooth_class, 0, sizeof(struct usbh_bluetooth)); in usbh_bluetooth_disconnect()
169 struct usbh_bluetooth *bluetooth_class = &g_bluetooth_class; in usbh_bluetooth_hci_bulk_out()
237 struct usbh_bluetooth *bluetooth_class = &g_bluetooth_class; in usbh_bluetooth_hci_cmd()
373 __WEAK void usbh_bluetooth_run(struct usbh_bluetooth *bluetooth_class) in usbh_bluetooth_run()
378 __WEAK void usbh_bluetooth_stop(struct usbh_bluetooth *bluetooth_class) in usbh_bluetooth_stop()
/components/drivers/usb/cherryusb/
A DREADME_zh.md136 |usbh_bluetooth.c | ~1000 | 2 * 2048(default) | sizeof(struct usbh_bluetooth) * 1 …
A DREADME.md134 |usbh_bluetooth.c | ~1000 | 2 * 2048(default) | sizeof(struct usbh_bluetooth) * 1 …
A DSConscript286 src += Glob('class/wireless/usbh_bluetooth.c')
A Dcherryusb.cmake193 list(APPEND cherryusb_srcs ${CMAKE_CURRENT_LIST_DIR}/class/wireless/usbh_bluetooth.c)

Completed in 8 milliseconds