Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
Dacilib_if.h84 void acil_encode_cmd_bond(uint8_t *buffer, aci_cmd_params_bond_t *p_aci_cmd_params_bond);
Dacilib.cxx79 void acil_encode_cmd_bond(uint8_t *buffer, aci_cmd_params_bond_t *p_aci_cmd_params_bond) in acil_encode_cmd_bond() function
337 acil_encode_cmd_bond(buffer, &(p_aci_cmd->params.bond)); in acil_encode_cmd()
Dlib_aci.cxx341 acil_encode_cmd_bond(&(msg_to_send.buffer[0]), &aci_cmd_params_bond); in lib_aci_bond()