HomeSort by relevance Sort by last modified time
    Searched full:timeout_mult (Results 1 - 4 of 4) sorted by null

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
nrf8001-helloworld.cxx 167 conn_params->timeout_mult);
  /hardware/bsp/intel/peripheral/libupm/src/nrf8001/
acilib.cxx 199 *(buffer + OFFSET_ACI_CMD_T_CHANGE_TIMING + OFFSET_ACI_CMD_PARAMS_CHANGE_TIMING_T_CONN_PARAMS + OFFSET_ACI_LL_CONN_PARAMS_T_TIMEOUT_MULT_MSB ) = (uint8_t)(p_aci_cmd_params_change_timing->conn_params.timeout_mult >> 8);
200 *(buffer + OFFSET_ACI_CMD_T_CHANGE_TIMING + OFFSET_ACI_CMD_PARAMS_CHANGE_TIMING_T_CONN_PARAMS + OFFSET_ACI_LL_CONN_PARAMS_T_TIMEOUT_MULT_LSB ) = (uint8_t)(p_aci_cmd_params_change_timing->conn_params.timeout_mult);
    [all...]
aci.h 283 uint16_t timeout_mult; /**< Link supervisor timeout multiplier requested from peer */ member in struct:__anon30792
lib_aci.cxx 443 aci_cmd_params_change_timing.conn_params.timeout_mult = timeout;

Completed in 81 milliseconds