Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: made info elements expandable

...

Getting information from com.apple.bluetoothd

UI Expand
titleGetting informations information from com.apple.bluetoothd


Code Block
bash-3.2# defaults read  com.apple.bluetoothd

    SMPCloudLocalNonce = <9475e7a0 f4e93a9a b51df8d7 0b800896>;

    LinkKeys =     {

        "b8-e8-56-0d-fb-81" =         {

            "7c-c3-a1-8f-be-4f" = <a21c29c4 a7d6591c 40d5789d 8d8b5675>;

            "d8-30-62-39-11-ca" = <4a8b9385 4eb21c5c 68226d58 b7c8501b>;

        };

    };

    SMPCloudLocalNonce = <9475e7a0 f4e93a9a b51df8d7 0b800896>;

    SMPCloudLocalPrivateKey = <a2f2a3a8 7b0668e5 0c2d85aa c3761d3e 8c924e90 bd630dd7 4dcf957f bded6289 9ee1948e 9e2710be 43a70171 0911a72f f6e3ce7b 4a37e9f4 6a3c8c7f 43bb8fb6 9a3e9abb fe328a8d f616c9aa 126b42e0 bedc22c9 a5174980 838d2f7d 4d9faf05>;

    SMPCloudLocalPublicKey = <a2f2a3a8 7b0668e5 0c2d85aa c3761d3e 8c924e90 bd630dd7 4dcf957f bded6289 9ee1948e 9e2710be 43a70171 0911a72f f6e3ce7b 4a37e9f4 6a3c8c7f 43bb8fb6>;

    SMPDistributionKeys =     {

        "b8-e8-56-0d-fb-81" =         {

            "d0-cf-5e-06-f9-c4" =             {

                Address = <d0cf5e06 f9c4>;

                AddressType = 0;

                IRK = <be6658dd 46c563c1 9b0273be be0ae0e6>;

                LTK = <3b2fd57f 7fed7c96 6e0ff8a1 c99ee836>;

                LTKLength = <10>;

                MITMProtection = 1;

                OriginalAddressType = 0;

                SecureConnection = <01>;

            };

        };

    };

}




Getting information from blued

UI Expand
titleGetting informations information from blued


Code Block
bash-3.2# defaults read blued

{

    LinkKeys =     {

        "b8-e8-56-0d-fb-81" =         {

            "7c-c3-a1-8f-be-4f" = <a21c29c4 a7d6591c 40d5789d 8d8b5675>;

            "d8-30-62-39-11-ca" = <4a8b9385 4eb21c5c 68226d58 b7c8501b>;

        };

    };

}


...