Home
last modified time | relevance | path

Searched refs:Send (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-3.5.0/lib/stm32wb/hci/
Dshci_tl_if.c27 fops->Send = TL_SYS_SendCmd; in shci_register_io_bus()
Dhci_tl.h55 …int32_t (* Send) (uint8_t*, uint16_t); /**< Pointer to HCI TL function for the IO Bus data tran… member
Dshci_tl.h52 …int32_t (* Send) (uint8_t*, uint16_t); /**< Pointer to SHCI TL function for the IO Bus data tra… member
Dshci_tl.c165 shciContext.io.Send(0,0); in shci_send()