device_manager.h 210 B

1234567
  1. #ifndef DEVICE_MANAGER_H
  2. #define DEVICE_MANAGER_H
  3. void add_connected_device(int conn_handle);
  4. void remove_connected_device(int conn_handle);
  5. void disconnect_device(int conn_handle);
  6. #endif // DEVICE_MANAGER_H