Loading system/btif/src/btif_gatt_client.cc +2 −0 Original line number Diff line number Diff line Loading @@ -349,6 +349,8 @@ void btif_gattc_open_impl(int client_if, RawAddress address, tBLE_ADDR_TYPE addr default: log::error("Unknown device type {}", DeviceTypeText(device_type)); // transport must not be AUTO for finding control blocks. Use LE for backward compatibility. transport = BT_TRANSPORT_LE; break; } } Loading system/btif/src/btif_gatt_server.cc +4 −0 Original line number Diff line number Diff line Loading @@ -322,6 +322,8 @@ static void btif_gatts_open_impl(int server_if, const RawAddress& address, bool default: log::error("Unknown device type {}", DeviceTypeText(device_type)); // transport must not be AUTO for finding control blocks. Use LE for backward compatibility. transport = BT_TRANSPORT_LE; break; } } Loading Loading @@ -355,6 +357,8 @@ static void btif_gatts_open_impl_use_address_type(int server_if, const RawAddres default: log::error("Unknown device type {}", DeviceTypeText(device_type)); // transport must not be AUTO for finding control blocks. Use LE for backward compatibility. transport = BT_TRANSPORT_LE; break; } } Loading Loading
system/btif/src/btif_gatt_client.cc +2 −0 Original line number Diff line number Diff line Loading @@ -349,6 +349,8 @@ void btif_gattc_open_impl(int client_if, RawAddress address, tBLE_ADDR_TYPE addr default: log::error("Unknown device type {}", DeviceTypeText(device_type)); // transport must not be AUTO for finding control blocks. Use LE for backward compatibility. transport = BT_TRANSPORT_LE; break; } } Loading
system/btif/src/btif_gatt_server.cc +4 −0 Original line number Diff line number Diff line Loading @@ -322,6 +322,8 @@ static void btif_gatts_open_impl(int server_if, const RawAddress& address, bool default: log::error("Unknown device type {}", DeviceTypeText(device_type)); // transport must not be AUTO for finding control blocks. Use LE for backward compatibility. transport = BT_TRANSPORT_LE; break; } } Loading Loading @@ -355,6 +357,8 @@ static void btif_gatts_open_impl_use_address_type(int server_if, const RawAddres default: log::error("Unknown device type {}", DeviceTypeText(device_type)); // transport must not be AUTO for finding control blocks. Use LE for backward compatibility. transport = BT_TRANSPORT_LE; break; } } Loading