Hi Mike,
it doesn't return any error, but the name of local bluetooth radio don't change. This is my code:
Dim Radio As wcl.wclBluetoothRadio = New wcl.wclBluetoothRadio()
Select Case sRadio
Case "baMicrosoft"
Radio.API = wcl.wclBluetoothAPI.baMicrosoft
Case "baToshiba"
Radio.API = wcl.wclBluetoothAPI.baToshiba
Case "baWidComm"
Radio.API = wcl.wclBluetoothAPI.baWidComm
Case "baBlueSoleil"
Radio.API = wcl.wclBluetoothAPI.baBlueSoleil
End Select
Radio.SetName(LocalName)