HW layer for the Nucleo board, it only work with old BLE_API
Dependents: Hello_BLE F446RE-BLE
Fork of X_NUCLEO_IDB0XA1 by
Diff: BlueNRG_HCI/includes/hal.h
- Revision:
- 103:12684d94c3a6
- Parent:
- 102:a6f233cb1fed
- Child:
- 105:332f93cd06b7
- Child:
- 119:19128d9d254f
--- a/BlueNRG_HCI/includes/hal.h Mon Jul 27 11:16:16 2015 +0200 +++ b/BlueNRG_HCI/includes/hal.h Mon Jul 27 11:39:32 2015 +0200 @@ -87,6 +87,7 @@ * @param[in] n_bytes2 number of bytes in 2nd buffer */ //void Hal_Write_Serial(const void* data1, const void* data2, uint16_t n_bytes1, uint16_t n_bytes2); +void Hal_Write_Serial(const void* data1, const void* data2, int32_t n_bytes1, int32_t n_bytes2); /** * Enable interrupts from HCI controller.