| 89 | } |
| 90 | |
| 91 | int Enophone::release_session () |
| 92 | { |
| 93 | if (initialized) |
| 94 | { |
| 95 | stop_stream (); |
| 96 | free_packages (); |
| 97 | } |
| 98 | return BTLibBoard::release_session (); |
| 99 | } |
| 100 | |
| 101 | void Enophone::read_thread () |
| 102 | { |
nothing calls this directly
no test coverage detected