26namespace webrtc_streaming {
30 const int rootCanalTestPort,
31 std::function<
void(
const uint8_t *,
size_t)> send_to_client);
Definition: shared_select.h:34
Definition: shared_fd.h:129
Definition: alloc_utils.cpp:23
Definition: bluetooth_handler.h:28
~BluetoothHandler()
Definition: bluetooth_handler.cpp:39
void ReadLoop()
Definition: bluetooth_handler.cpp:48
BluetoothHandler(const 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:38
SharedFD shutdown_
Definition: bluetooth_handler.h:43
std::thread read_thread_
Definition: bluetooth_handler.h:45
SharedFD rootcanal_socket_
Definition: bluetooth_handler.h:42
SharedFDSet read_set_
Definition: bluetooth_handler.h:44
void handleMessage(const uint8_t *msg, size_t len)
Definition: bluetooth_handler.cpp:74