Home
last modified time | relevance | path

Searched refs:acil_encode_cmd_echo_msg (Results 1 – 3 of 3) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
Dacilib_if.h181 void acil_encode_cmd_echo_msg(uint8_t *buffer, aci_cmd_params_echo_t *p_cmd_params_echo, uint8_t ms…
Dacilib.cxx156 void acil_encode_cmd_echo_msg(uint8_t *buffer, aci_cmd_params_echo_t *p_cmd_params_echo, uint8_t ms… in acil_encode_cmd_echo_msg() function
319acil_encode_cmd_echo_msg(buffer, &(p_aci_cmd->params.echo), (p_aci_cmd->len - MSG_ECHO_MSG_CMD_BAS… in acil_encode_cmd()
Dlib_aci.cxx534 acil_encode_cmd_echo_msg(&(msg_to_send.buffer[0]), &aci_cmd_params_echo, msg_size); in lib_aci_echo_msg()