Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: libnsdl_m0 BLE_API Base64 nRF51822 SplitterAssembler
Diff: bt_network/BleUartRPC/Dispatcher.h
- Revision:
- 30:13f78e38fae8
- Parent:
- 11:d601b867b297
- Child:
- 33:4f6929e123f2
--- a/bt_network/BleUartRPC/Dispatcher.h Wed May 13 14:15:42 2015 +0000 +++ b/bt_network/BleUartRPC/Dispatcher.h Thu Jul 23 20:28:37 2015 +0000 @@ -55,7 +55,6 @@ int dispatch(uint8_t fn_id,uint8_t *args,int args_length,uint8_t *response,int response_length); private: - void onDataSent(unsigned count); void onDataWritten(const GattCharacteristicWriteCBParams *params); int uart_write(bool send_ack = false);