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

  /external/bluetooth/bluez/tools/
ubcsp.c 286 and set the send_slip_escape so that the next time we
293 ubcsp_config.send_slip_escape = SLIP_ESCAPE_FRAME;
298 ubcsp_config.send_slip_escape = SLIP_ESCAPE_ESCAPE;
851 if (ubcsp_config.send_slip_escape)
856 put_uart (ubcsp_config.send_slip_escape);
858 ubcsp_config.send_slip_escape = 0;
881 if ((!ubcsp_config.send_slip_escape) && ((ubcsp_config.send_size = ubcsp_config.send_size - 1) == 0))
    [all...]
ubcsp.h 124 uint8 send_slip_escape; member in struct:ubcsp_configuration

Completed in 348 milliseconds