BluetoothSetServiceState function bluetooth
The BluetoothSetServiceState function enables or disables services for a Bluetooth device.
DWORD BluetoothSetServiceState(
HANDLE hRadio,
const BLUETOOTH_DEVICE_INFO *pbtdi,
const GUID *pGuidService,
DWORD dwServiceFlags
);
Implementation
int BluetoothSetServiceState(int hRadio, Pointer<BLUETOOTH_DEVICE_INFO> pbtdi,
Pointer<GUID> pGuidService, int dwServiceFlags) =>
_BluetoothSetServiceState(hRadio, pbtdi, pGuidService, dwServiceFlags);