Как то интересно вы ставите одно, а файлы берёте из другого, сравните со своим это из 11.3
{*******************************************************}
{ }
{ CodeGear Delphi Runtime Library }
{ Copyright(c) 2014-2023 Embarcadero Technologies, Inc. }
{ All rights reserved }
{ }
{*******************************************************}
unit System.Android.Bluetooth;
procedure InternalProcessMessages;
begin
TThread.Sleep(1);
end;