Home
last modified time | relevance | path

Searched refs:StatusNotCallBack (Results 1 – 5 of 5) sorted by relevance

/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/interface/patterns/ble_thread/tl/
H A Dhci_tl.h79 void (* StatusNotCallBack) (HCI_TL_CmdStatus_t status); member
H A Dshci_tl.h81 void (* StatusNotCallBack) (SHCI_TL_CmdStatus_t status); member
H A Dshci_tl.c61 StatusNotCallBackFunction = ((SHCI_TL_HciInitConf_t *)pConf)->StatusNotCallBack; in shci_init()
H A Dhci_tl.c65 StatusNotCallBackFunction = ((HCI_TL_HciInitConf_t *)pConf)->StatusNotCallBack; in hci_init()
/btstack/port/stm32-wb55xx-nucleo-freertos/port/
H A Dbtstack_port.c484 shci_init_config.StatusNotCallBack = NULL;