/**@class android.bluetooth.BluetoothHidDeviceAppSdpSettings implements android.os.Parcelable @extends java.lang.Object Represents the Service Discovery Protocol (SDP) settings for a Bluetooth HID Device application. <p>The BluetoothHidDevice framework adds the SDP record during app registration, so that the Android device can be discovered as a Bluetooth HID Device. <p>{@see BluetoothHidDevice} */ var BluetoothHidDeviceAppSdpSettings = { /***/ CREATOR : "null", /** */ getName : function( ) {}, /** */ getDescription : function( ) {}, /** */ getProvider : function( ) {}, /** */ getSubclass : function( ) {}, /** */ getDescriptors : function( ) {}, /** */ describeContents : function( ) {}, /** */ writeToParcel : function( ) {}, };