From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> Connect signal is used to pass information to framework that socket is accepted. --- android/socket.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/android/socket.h b/android/socket.h index 7aa5574..ba56c9b 100644 --- a/android/socket.h +++ b/android/socket.h @@ -21,6 +21,13 @@ * */ +struct hal_sock_connect_signal { + short size; + uint8_t bdaddr[6]; + int channel; + int status; +} __attribute__((packed)); + void bt_sock_handle_cmd(int sk, uint8_t opcode, void *buf, uint16_t len); bool bt_socket_register(int sk, const bdaddr_t *addr); -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html