Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
Dacilib.cxx516 …p_evt_params_timing->conn_rf_interval = *(buffer_in + OFFSET_ACI_EVT_T_TIMING + OFFSET_ACI_E… in acil_decode_evt_timing()
517 …p_evt_params_timing->conn_rf_interval |= (uint16_t)*(buffer_in + OFFSET_ACI_EVT_T_TIMING + OF… in acil_decode_evt_timing()
518 …p_evt_params_timing->conn_slave_rf_latency = (uint16_t)*(buffer_in + OFFSET_ACI_EVT_T_TIMING + OF… in acil_decode_evt_timing()
519 …p_evt_params_timing->conn_slave_rf_latency |= (uint16_t)*(buffer_in + OFFSET_ACI_EVT_T_TIMING + OF… in acil_decode_evt_timing()
520 …p_evt_params_timing->conn_rf_timeout = (uint16_t)*(buffer_in + OFFSET_ACI_EVT_T_TIMING + OF… in acil_decode_evt_timing()
521 …p_evt_params_timing->conn_rf_timeout |= *(buffer_in + OFFSET_ACI_EVT_T_TIMING + OFFSET_ACI_E… in acil_decode_evt_timing()
Daci_protocol_defines.h183 #define OFFSET_ACI_EVT_T_TIMING 2 macro