Dartbt_socket_connection_state_changed_cbFunction typedef

Dartbt_socket_connection_state_changed_cbFunction = void Function(int result, int connection_state, Pointer<bt_socket_connection_s> connection, Pointer<Void> user_data)

Implementation

typedef Dartbt_socket_connection_state_changed_cbFunction = void Function(
    int result,
    int connection_state,
    ffi.Pointer<bt_socket_connection_s> connection,
    ffi.Pointer<ffi.Void> user_data);