Use TRANSPORT_LE for unknown device type
This commit fixes an issue where using BT_TRANSPORT_AUTO with an unknown device type resulted in the allocation of a control block for TRANSPORT_AUTO, preventing callbacks from being invoked after connection. This change effectively reverts the logic unintentionally introduced in aosp/3185968, which caused this issue. Bug: 369765048 Flag: EXEMPT, revert of aosp/3185968 Test: atest GattClientTest (cherry picked from https://android-review.googlesource.com/q/commit:374b17a6ce8674e837a8db416e4fc727d22fb330) Merged-In: I4858d89ba0390890936dd71955c66793d52085e3 Change-Id: I4858d89ba0390890936dd71955c66793d52085e3
Loading
Please register or sign in to comment