Originally from Donal's blog article. http://mbed.org/users/donalm/code/BLE_Health_Thermometer_Blog/ Changed low freq. clock source from XTAL to IRC.

Dependents:   BLE_Health_Thermometer_IRC BLE_RCBController_micono_test BLE_konashi_PIO_test BLE_ADT7410_TMP102_Sample ... more

Fork of BLE_API_Native_blog by Donal Morrissey

Embed: (wiki syntax)

« Back to documentation index

ble_rpc_cmd_decoder.h File Reference

ble_rpc_cmd_decoder.h File Reference

Go to the source code of this file.

Functions

uint32_t ble_rpc_cmd_resp_send (uint8_t op_code, uint32_t status)
 Function for sending a Command Response packet to the Application Chip through the transport layer.
uint32_t ble_rpc_cmd_resp_data_send (uint8_t op_code, uint8_t status, const uint8_t *const p_data, uint16_t data_len)
 Function for sending a command response with additional data to the Application Chip through the transport layer.
void ble_rpc_cmd_handle (void *p_event_data, uint16_t event_size)
 Function for scheduling an RPC command event to be processed in main-thread.

Detailed Description

Definition in file ble_rpc_cmd_decoder.h.