Home
last modified time | relevance | path

Searched refs:device_mode (Results 1 – 4 of 4) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dnrf8001-broadcast.cxx111 switch(aci_evt->params.device_started.device_mode) { in main()
Dnrf8001-helloworld.cxx222 switch(aci_evt->params.device_started.device_mode) { in main()
/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
Daci_evts.h118 aci_device_operation_mode_t device_mode; /**< Mode in which the device is being started */ member
Dacilib.cxx446 …p_evt_params_device_started->device_mode = (aci_device_operation_mode_t) *(buffer_in + OFFSET_ACI_… in acil_decode_evt_device_started()