Home
last modified time | relevance | path

Searched refs:p_cmd (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/ipc/
Dcybt_host_stack_platform_interface.c172 wiced_result_t host_stack_send_cmd_to_lower(uint8_t *p_cmd, uint16_t cmd_len) in host_stack_send_cmd_to_lower() argument
178 p_cmd, in host_stack_send_cmd_to_lower()
182 if(NULL == p_cmd || 0 == cmd_len) in host_stack_send_cmd_to_lower()
185 p_cmd, in host_stack_send_cmd_to_lower()
196 memcpy(p_bt_msg, p_cmd, cmd_len); in host_stack_send_cmd_to_lower()
/hal_infineon-latest/btstack/wiced_include/
Dwiced_bt_stack_platform.h163 wiced_result_t (*pf_write_cmd_to_lower)(uint8_t * p_cmd, uint16_t cmd_len);