BluetoothDevice.DisconnectAcl(BluetoothTransports) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Disconnects ACL links for this device.
[Android.Runtime.Register("disconnectAcl", "(I)I", "", ApiSince=37)]
public Android.Bluetooth.CurrentBluetoothStatusCodes DisconnectAcl(Android.Bluetooth.BluetoothTransports transport);
[<Android.Runtime.Register("disconnectAcl", "(I)I", "", ApiSince=37)>]
member this.DisconnectAcl : Android.Bluetooth.BluetoothTransports -> Android.Bluetooth.CurrentBluetoothStatusCodes
Parameters
- transport
- BluetoothTransports
the transport to disconnect (e.g. #TRANSPORT_AUTO, #TRANSPORT_BREDR, #TRANSPORT_LE)
Returns
BluetoothStatusCodes#SUCCESS upon successful setting, otherwise an error
code.
- Attributes