Mathieu Laurendeau

Results 71 comments of Mathieu Laurendeau

Thanks again for your work on this. I'll try to integrate it for version 9.

It seems having the allocation in a dll is a condition to reproduce the issue. See attached sample. [ab.tar.gz](https://github.com/DynamoRIO/drmemory/files/3638754/ab.tar.gz) ``` matlo@matlo-desktop /tmp $ tar xvf ab.tar.gz ab/ ab/a.c ab/b.c ab/compile.sh...

Same result with 0fe0ab6: ``` ./simplecpp test.h test.h:6: syntax error: failed to expand 'ADVANCED', Invalid ## usage when expanding 'ADVANCED': Unexpected token ',foo' ```

I probably used it at some point, while trying to make it work for the PS4/DS4. There is no guarantee this function works and/or that it is sufficient to have...

You may be interested by: https://github.com/matlo/GIMX/blob/master/core/connectors/bluetooth/linux/bt_mgmt.c

Thanks for sharing! Is the acl_send_data hack still necessary after removing the MTU option?

A device address is unique, it can't be used by two nearby devices. It is expected to have connection issues in such case. This means you either need a second...

Are you sure device class is 0x2508? Did you get the changes from #4 ?

At the time I used hcidump together with wireshark to check were the communication was failing.

Maybe you could handle further connections with a second l2cap_proxy instance + a second bluetooth dongle?