|
SmartSnippets DA1459x SDK
|
Go to the documentation of this file.
41 #ifndef BLE_MGR_HELPER_H_
42 #define BLE_MGR_HELPER_H_
110 bool ble_cmd_execute(
void *cmd,
void **rsp, ble_mgr_cmd_handler_t handler);
void * ble_evt_init(uint16_t evt_code, uint16_t size)
Initialize BLE event.
BLE manager command definitions.
void ble_msg_free(void *msg)
Free BLE message buffer.
void * ble_msg_init(uint16_t op_code, uint16_t size)
Initialize BLE message.
void * alloc_ble_msg(uint16_t op_code, uint16_t size)
Allocates new BLE message.
OS abstraction layer API.
bool ble_cmd_execute(void *cmd, void **rsp, ble_mgr_cmd_handler_t handler)
Execute BLE command.
Structure for messages with id, type, data.
Definition: msg_queues.h:144