Commit Graph

2 Commits

Author SHA1 Message Date
Szymon Janc
e1debdf2d4 android/hal: Add initial code for sending commands
This will be used by all HAL modules to send commands and get response
from daemon. In case of any protocol error abort.

If non-null fd pointer is passed auxiliary data with passed FD will be
received as part of response.
2013-10-21 22:46:01 +03:00
Szymon Janc
2b9988f3f7 android/hal: Move IPC and sockets related code to separate file
hal-ipc will provide functionality related to IPC initialization and
sockets handling (including upcoming callbacks thread).

This allow to remove code from bluetooth HAL not related to adapter.
2013-10-21 22:45:28 +03:00