/btstack/src/ |
H A D | btstack_uart_block.h | 57 typedef btstack_uart_t btstack_uart_block_t; typedef 60 const btstack_uart_block_t * btstack_uart_block_windows_instance(void); 61 const btstack_uart_block_t * btstack_uart_block_embedded_instance(void); 62 const btstack_uart_block_t * btstack_uart_block_freertos_instance(void); 65 static inline const btstack_uart_block_t * btstack_uart_block_posix_instance(void){ in btstack_uart_block_posix_instance() 66 return (const btstack_uart_block_t *) btstack_uart_posix_instance(); in btstack_uart_block_posix_instance()
|
H A D | hci_transport_h4.h | 67 const hci_transport_t * hci_transport_h4_instance(const btstack_uart_block_t * uart_driver);
|
H A D | hci_transport_h4.c | 771 const hci_transport_t * hci_transport_h4_instance(const btstack_uart_block_t * uart_driver) { in hci_transport_h4_instance()
|
/btstack/platform/freertos/ |
H A D | btstack_uart_block_freertos.c | 147 static const btstack_uart_block_t btstack_uart_block_freertos = { 168 const btstack_uart_block_t * btstack_uart_block_freertos_instance(void){ in btstack_uart_block_freertos_instance()
|
/btstack/port/wiced-h4/ |
H A D | main.c | 55 const btstack_uart_block_t * btstack_uart_block_wiced_instance(void); 118 const btstack_uart_block_t * uart_driver = btstack_uart_block_wiced_instance(); in application_start()
|
/btstack/port/archive/wiced-h5/ |
H A D | main.c | 55 extern const btstack_uart_block_t * btstack_uart_block_wiced_instance(void); 123 const btstack_uart_block_t * uart_block_driver = btstack_uart_block_wiced_instance(); in application_start()
|
/btstack/platform/embedded/ |
H A D | btstack_uart_block_embedded.c | 193 static const btstack_uart_block_t btstack_uart_embedded = { 214 const btstack_uart_block_t * btstack_uart_block_embedded_instance(void){ in btstack_uart_block_embedded_instance()
|
/btstack/chipset/da145xx/ |
H A D | btstack_chipset_da145xx.c | 71 static const btstack_uart_block_t * the_uart_driver; 192 void btstack_chipset_da145xx_download_firmware(const btstack_uart_block_t * uart_driver, const uint… in btstack_chipset_da145xx_download_firmware()
|
H A D | btstack_chipset_da145xx.h | 71 void btstack_chipset_da145xx_download_firmware(const btstack_uart_block_t * uart_driver, const uint…
|
/btstack/chipset/bcm/ |
H A D | btstack_chipset_bcm_download_firmware.c | 69 static const btstack_uart_block_t * uart_driver; 266 void btstack_chipset_bcm_download_firmware(const btstack_uart_block_t * the_uart_driver, int baudra… in btstack_chipset_bcm_download_firmware()
|
H A D | btstack_chipset_bcm_download_firmware.h | 58 void btstack_chipset_bcm_download_firmware(const btstack_uart_block_t * the_uart_driver, int baudra…
|
/btstack/chipset/atwilc3000/ |
H A D | btstack_chipset_atwilc3000.h | 80 void btstack_chipset_atwilc3000_download_firmware(const btstack_uart_block_t * uart_driver, uint32_…
|
H A D | btstack_chipset_atwilc3000.c | 292 void btstack_chipset_atwilc3000_download_firmware(const btstack_uart_block_t * uart_driver, uint32_… in btstack_chipset_atwilc3000_download_firmware()
|
/btstack/test/mesh/ |
H A D | btstack_uart_posix_pty.c | 374 static const btstack_uart_block_t btstack_uart_posix = { 391 const btstack_uart_block_t * btstack_uart_posix_instance(void){
|
/btstack/platform/wiced/ |
H A D | btstack_uart_block_wiced.c | 372 static const btstack_uart_block_t btstack_uart_block_wiced = { 389 const btstack_uart_block_t * btstack_uart_block_wiced_instance(void){ in btstack_uart_block_wiced_instance()
|
/btstack/platform/windows/ |
H A D | btstack_uart_block_windows.c | 460 static const btstack_uart_block_t btstack_uart_windows = { 477 const btstack_uart_block_t * btstack_uart_block_windows_instance(void){ in btstack_uart_block_windows_instance()
|
/btstack/test/fuzz/ |
H A D | fuzz_hci_transport_h4.c | 67 btstack_uart_block_t uart_driver = {
|
/btstack/port/windows-h4-zephyr/ |
H A D | main.c | 180 const btstack_uart_block_t * uart_driver = btstack_uart_block_windows_instance(); in main()
|
/btstack/port/windows-h4-da14585/ |
H A D | main.c | 74 static const btstack_uart_block_t * uart_driver;
|
/btstack/port/qt-h4/ |
H A D | main.cpp | 269 const btstack_uart_block_t * uart_driver = btstack_uart_block_windows_instance(); in main()
|
/btstack/port/windows-h4/ |
H A D | main.c | 253 const btstack_uart_block_t * uart_driver = btstack_uart_block_windows_instance(); in main()
|
/btstack/port/archive/pic32-harmony/src/ |
H A D | btstack_port.c | 240 const btstack_uart_block_t * uart_block_driver = btstack_uart_block_embedded_instance(); in BTSTACK_Initialize()
|
/btstack/port/samv71-xplained-atwilc3000/ |
H A D | main.c | 523 static const btstack_uart_block_t * uart_driver;
|
/btstack/ |
H A D | CHANGELOG.md | 487 - btstack_uart: `btstack_uart_t` interface extends `btstack_uart_block_t`:
|