29namespace webrtc_streaming {
33 int rootCanalTestPort,
34 std::function<
void(
const uint8_t*,
size_t)> send_to_client);
Definition: shared_select.h:34
Definition: shared_fd.h:124
Definition: alloc_driver.h:20
Definition: bluetooth_handler.h:31
~BluetoothHandler()
Definition: bluetooth_handler.cpp:39
void ReadLoop()
Definition: bluetooth_handler.cpp:49
BluetoothHandler(int rootCanalTestPort, std::function< void(const uint8_t *, size_t)> send_to_client)
Definition: bluetooth_handler.cpp:28
std::function< void(const uint8_t *, size_t)> send_to_client_
Definition: bluetooth_handler.h:41
SharedFD shutdown_
Definition: bluetooth_handler.h:46
std::thread read_thread_
Definition: bluetooth_handler.h:48
SharedFD rootcanal_socket_
Definition: bluetooth_handler.h:45
SharedFDSet read_set_
Definition: bluetooth_handler.h:47
void handleMessage(const uint8_t *msg, size_t len)
Definition: bluetooth_handler.cpp:76