![]() |
BlueNRG-MS pack for STM32CubeMX
V4.4.0
The BlueNRG-MS pack is an additional software for STM32CubeMX.
|
hci_tl.h
Go to the documentation of this file.
82 int32_t (* DeInit) (void);
83 int32_t (* Reset) (void);
84 int32_t (* Receive) (uint8_t*, uint16_t);
85 int32_t (* Send) (uint8_t*, uint16_t);
86 int32_t (* DataAck) (uint8_t*, uint16_t* len);
87 int32_t (* GetTick) (void);
void hci_cmd_resp_wait(uint32_t timeout)
This function is called when an ACI/HCI command is sent and the response is waited from the BLE core...
Definition: hci_tl_template.c:89
int hci_send_req(struct hci_request *r, BOOL async)
Send an HCI request either in synchronous or in asynchronous mode.
Definition: hci_tl.c:191
int32_t hci_notify_asynch_evt(void *pdata)
Interrupt service routine that must be called when the BlueNRG reports a packet received or an event ...
Definition: hci_tl.c:345
void hci_register_io_bus(tHciIO *fops)
Register IO bus services. The tHciIO structure is initialized here by assigning to each structure fie...
Definition: hci_tl.c:181
Definition: ble_list.h:20
Definition: hci_tl.h:100
void hci_resume_flow(void)
This function resume the User Event Flow which has been stopped on return from UserEvtRx() when the U...
Definition: hci_tl_template.c:82
void hci_cmd_resp_release(uint32_t flag)
This function is called when an ACI/HCI command is sent and the response is received from the BLE cor...
Definition: hci_tl_template.c:96
Structure used to manage the BUS IO operations. All the structure fields will point to functions defi...
Definition: hci_tl.h:79
Definition: hci_tl.h:99
Generated on Mon Apr 15 2019 18:10:39 for BlueNRG-MS pack for STM32CubeMX by
