Searched refs:p_cmd (Results 1 – 2 of 2) sorted by relevance
172 wiced_result_t host_stack_send_cmd_to_lower(uint8_t *p_cmd, uint16_t cmd_len) in host_stack_send_cmd_to_lower() argument178 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()
163 wiced_result_t (*pf_write_cmd_to_lower)(uint8_t * p_cmd, uint16_t cmd_len);