PopSetupBluetoothChargingNotification

NTSTATUS __stdcall PopSetupBluetoothChargingNotification(){
  INT8 *v1; 

  return ExSubscribeWnfStateChange(
           &v1,
           (INT64 *)&WNF_BLTH_BLUETOOTH_DEVICE_DOCK_STATUS,
           1i64,
           0i64,
           (INT64)PopWnfBluetoothChargingCallback,
           0i64);
}

Referenced by:

PoInitSystem