Home
last modified time | relevance | path

Searched refs:HM11 (Results 1 – 6 of 6) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/hm11/
Dhm11.cxx36 HM11::HM11(int uart) in HM11() function in HM11
68 HM11::~HM11() in ~HM11()
74 bool HM11::dataAvailable(unsigned int millis) in dataAvailable()
98 int HM11::readData(char *buffer, int len) in readData()
116 int HM11::writeData(char *buffer, int len) in writeData()
140 bool HM11::setupTty(speed_t baud) in setupTty()
Dhm11.h81 class HM11 {
89 HM11(int uart);
94 ~HM11();
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dhm11.cxx51 void sendCommand(upm::HM11* ble, char *cmd) in sendCommand()
77 upm::HM11* ble = new upm::HM11(0); in main()
/hardware/bsp/intel/peripheral/libupm/examples/java/
DHM11Sample.java49 private static void sendCommand(upm_hm11.HM11 ble, byte[] cmd) { in sendCommand()
65 upm_hm11.HM11 ble = new upm_hm11.HM11(0); in main()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dhm11.py28 my_ble_obj = upmHm11.HM11(0)
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dhm11.js77 var my_ble_obj = new ble.HM11(0);