Searched refs:p_aci_cmd (Results 1 – 3 of 3) sorted by relevance
/hardware/bsp/intel/peripheral/libupm/src/nrf8001/ |
D | acilib.cxx | 300 bool acil_encode_cmd(uint8_t *buffer, aci_cmd_t *p_aci_cmd) in acil_encode_cmd() argument 304 switch(p_aci_cmd->cmd_opcode) in acil_encode_cmd() 307 acil_encode_cmd_set_test_mode(buffer, &(p_aci_cmd->params.test)); in acil_encode_cmd() 319 …acil_encode_cmd_echo_msg(buffer, &(p_aci_cmd->params.echo), (p_aci_cmd->len - MSG_ECHO_MSG_CMD_BAS… in acil_encode_cmd() 331 acil_encode_cmd_set_radio_tx_power(buffer, &(p_aci_cmd->params.set_tx_power)); in acil_encode_cmd() 334 acil_encode_cmd_connect(buffer, &(p_aci_cmd->params.connect)); in acil_encode_cmd() 337 acil_encode_cmd_bond(buffer, &(p_aci_cmd->params.bond)); in acil_encode_cmd() 340 acil_encode_cmd_disconnect(buffer, &(p_aci_cmd->params.disconnect)); in acil_encode_cmd() 346 acil_encode_cmd_change_timing_req(buffer, &(p_aci_cmd->params.change_timing)); in acil_encode_cmd() 349 …acil_encode_cmd_setup(buffer, &(p_aci_cmd->params.setup), (p_aci_cmd->len - MSG_SETUP_CMD_BASE_LEN… in acil_encode_cmd() [all …]
|
D | hal_aci_tl.cxx | 405 bool hal_aci_tl_send(hal_aci_data_t *p_aci_cmd) in hal_aci_tl_send() argument 407 const uint8_t length = p_aci_cmd->buffer[0]; in hal_aci_tl_send() 415 ret_val = aci_queue_enqueue(&aci_tx_q, p_aci_cmd); in hal_aci_tl_send()
|
D | acilib_if.h | 308 bool acil_encode_cmd(uint8_t *buffer, aci_cmd_t *p_aci_cmd);
|