mbed HRM11017を使ってkonashi.jsでナイトライダー

Dependencies:   BLE_API_Native_IRC mbed

Fork of BLE_RCBController by Junichi Katsu

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.