HomeSort by relevance Sort by last modified time
    Searched refs:ACI_EVT_CMD_RSP (Results 1 - 6 of 6) sorted by null

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
nrf8001-broadcast.cxx 129 case ACI_EVT_CMD_RSP:
131 printf ("ACI_EVT_CMD_RSP\n");
nrf8001-helloworld.cxx 246 case ACI_EVT_CMD_RSP:
252 printf ("ACI_EVT_CMD_RSP \n");
  /hardware/bsp/intel/peripheral/libupm/src/nrf8001/
aci_setup.cxx 138 if (ACI_EVT_CMD_RSP != aci_evt->evt_opcode)
aci_evts.h 60 ACI_EVT_CMD_RSP = 0x84,
139 * @brief Structure for the ACI_EVT_CMD_RSP event with opcode=ACI_CMD_DTM_CMD event return parameters
149 * @brief Structure for the ACI_EVT_CMD_RSP event with opcode=ACI_CMD_READ_DYNAMIC_DATA event return parameters
160 * @brief Structure for the ACI_EVT_CMD_RSP event with opcode=ACI_CMD_GET_DEVICE_VERSION event return parameters
175 * @brief Structure for the ACI_EVT_CMD_RSP event with opcode=ACI_CMD_GET_DEVICE_ADDRESS event return parameters
187 * @brief Structure for the ACI_EVT_CMD_RSP event with opcode=ACI_CMD_GET_BATTERY_LEVEL event return parameters
196 * @brief Structure for the ACI_EVT_CMD_RSP event with opcode=ACI_CMD_GET_TEMPERATURE event return parameters
205 * @brief Structure for the ACI_EVT_CMD_RSP event return parameters
lib_aci.cxx 131 if (ACI_EVT_CMD_RSP == aci_evt->evt_opcode)
acilib.cxx     [all...]

Completed in 2548 milliseconds